Skip to content

Commit

Permalink
Merge pull request #281 from JuliaDiff/ox/nonightly
Browse files Browse the repository at this point in the history
Remove Invenia Nightly CI runs
  • Loading branch information
oxinabox authored Mar 16, 2023
2 parents 52a5ea4 + ff44a4f commit c16d006
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
branches: [main]
tags: [v*]
pull_request:
schedule:
- cron: '0 2 * * *' # Daily at 2 AM UTC (8 PM CST)

jobs:
test:
Expand Down Expand Up @@ -48,18 +46,3 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1

slack:
name: Notify Slack Failure
needs: test
runs-on: ubuntu-latest
if: always() && github.event_name == 'schedule'
steps:
- uses: technote-space/workflow-conclusion-action@v2
- uses: voxmedia/github-action-slack-notify-build@v1
if: env.WORKFLOW_CONCLUSION == 'failure'
with:
channel: nightly-rse
status: FAILED
color: danger
env:
SLACK_BOT_TOKEN: ${{ secrets.INVENIA_SLACK_BOT_TOKEN }}

0 comments on commit c16d006

Please sign in to comment.