Skip to content

Commit 79ba4ef

Browse files
authored
Merge pull request #614 from JuliaDiff/ox/nonightly
Remove Invenia Nightly CI runs
2 parents 198c0b9 + 356ba17 commit 79ba4ef

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.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: ["*"]
@@ -64,22 +62,6 @@ jobs:
6462
with:
6563
file: lcov.info
6664

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-
8365
docs:
8466
name: Documentation
8567
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)