We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc3a76 commit a116720Copy full SHA for a116720
1 file changed
.github/workflows/CI.yml
@@ -1,8 +1,6 @@
1
name: CI
2
# Run on master, tags, or any pull request
3
on:
4
- schedule:
5
- - cron: '0 2 * * *' # Daily at 2 AM UTC (8 PM CST)
6
push:
7
branches: [main]
8
tags: ["*"]
@@ -59,22 +57,6 @@ jobs:
59
57
with:
60
58
file: lcov.info
61
62
- slack:
63
- name: Notify Slack Failure
64
- needs: test
65
- runs-on: ubuntu-latest
66
- if: always() && github.event_name == 'schedule'
67
- steps:
68
- - uses: technote-space/workflow-conclusion-action@v2
69
- - uses: voxmedia/github-action-slack-notify-build@v1
70
- if: env.WORKFLOW_CONCLUSION == 'failure'
71
- with:
72
- channel: nightly-rse
73
- status: FAILED
74
- color: danger
75
- env:
76
- SLACK_BOT_TOKEN: ${{ secrets.INVENIA_SLACK_BOT_TOKEN }}
77
-
78
docs:
79
name: Documentation
80
runs-on: ubuntu-latest
0 commit comments