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 198c0b9 + 356ba17 commit 79ba4efCopy full SHA for 79ba4ef
.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: ["*"]
@@ -64,22 +62,6 @@ jobs:
64
62
with:
65
63
file: lcov.info
66
67
- slack:
68
- name: Notify Slack Failure
69
- needs: test
70
- runs-on: ubuntu-latest
71
- if: always() && github.event_name == 'schedule'
72
- steps:
73
- - uses: technote-space/workflow-conclusion-action@v2
74
- - uses: voxmedia/github-action-slack-notify-build@v1
75
- if: env.WORKFLOW_CONCLUSION == 'failure'
76
- with:
77
- channel: nightly-rse
78
- status: FAILED
79
- color: danger
80
- env:
81
- SLACK_BOT_TOKEN: ${{ secrets.INVENIA_SLACK_BOT_TOKEN }}
82
-
83
docs:
84
name: Documentation
85
runs-on: ubuntu-latest
0 commit comments