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.
2 parents 158ca75 + 782f3f8 commit 0ebd973Copy full SHA for 0ebd973
.github/workflows/CI.yml
@@ -4,8 +4,6 @@ on:
4
branches: [master]
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:
@@ -61,19 +59,3 @@ jobs:
61
59
# with:
62
60
# github-token: ${{ secrets.GITHUB_TOKEN }}
63
# parallel-finished: true
64
-
65
- slack:
66
- name: Notify Slack Failure
67
- needs: test
68
- runs-on: ubuntu-latest
69
- if: always() && github.event_name == 'schedule'
70
- steps:
71
- - uses: technote-space/workflow-conclusion-action@v2
72
- - uses: voxmedia/github-action-slack-notify-build@v1
73
- if: env.WORKFLOW_CONCLUSION == 'failure'
74
- with:
75
- channel: nightly-rse
76
- status: FAILED
77
- color: danger
78
- env:
79
- SLACK_BOT_TOKEN: ${{ secrets.INVENIA_SLACK_BOT_TOKEN }}
0 commit comments