Skip to content

Commit a116720

Browse files
authored
Disable Nightly CI runs
There isn't anyone monitoring these at Invenia anymore so disable the runs
1 parent 4bc3a76 commit a116720

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: CI
22
# Run on master, tags, or any pull request
33
on:
4-
schedule:
5-
- cron: '0 2 * * *' # Daily at 2 AM UTC (8 PM CST)
64
push:
75
branches: [main]
86
tags: ["*"]
@@ -59,22 +57,6 @@ jobs:
5957
with:
6058
file: lcov.info
6159

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-
7860
docs:
7961
name: Documentation
8062
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)