We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7bbac7 + 825ae21 commit afce89fCopy full SHA for afce89f
1 file changed
.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:
@@ -49,19 +47,3 @@ jobs:
49
47
- uses: codecov/codecov-action@v1
50
48
with:
51
file: lcov.info
52
-
53
- slack:
54
- name: Notify Slack Failure
55
- needs: test
56
- runs-on: ubuntu-latest
57
- if: always() && github.event_name == 'schedule'
58
- steps:
59
- - uses: technote-space/workflow-conclusion-action@v2
60
- - uses: voxmedia/github-action-slack-notify-build@v1
61
- if: env.WORKFLOW_CONCLUSION == 'failure'
62
- with:
63
- channel: nightly-rse
64
- status: FAILED
65
- color: danger
66
- env:
67
- SLACK_BOT_TOKEN: ${{ secrets.INVENIA_SLACK_BOT_TOKEN }}
0 commit comments