We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a5ea4 commit ff44a4fCopy full SHA for ff44a4f
.github/workflows/CI.yml
@@ -4,8 +4,6 @@ on:
4
branches: [main]
5
tags: [v*]
6
pull_request:
7
- schedule:
8
- - cron: '0 2 * * *' # Daily at 2 AM UTC (8 PM CST)
9
10
jobs:
11
test:
@@ -48,18 +46,3 @@ jobs:
48
46
- uses: julia-actions/julia-buildpkg@v1
49
47
- uses: julia-actions/julia-runtest@v1
50
51
- slack:
52
- name: Notify Slack Failure
53
- needs: test
54
- runs-on: ubuntu-latest
55
- if: always() && github.event_name == 'schedule'
56
- steps:
57
- - uses: technote-space/workflow-conclusion-action@v2
58
- - uses: voxmedia/github-action-slack-notify-build@v1
59
- if: env.WORKFLOW_CONCLUSION == 'failure'
60
- with:
61
- channel: nightly-rse
62
- status: FAILED
63
- color: danger
64
- env:
65
- SLACK_BOT_TOKEN: ${{ secrets.INVENIA_SLACK_BOT_TOKEN }}
0 commit comments