Skip to content

Commit 0ebd973

Browse files
authored
Merge pull request #700 from JuliaDiff/ox/nonightly
Remove Invenia Nightly CI runs
2 parents 158ca75 + 782f3f8 commit 0ebd973

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
@@ -4,8 +4,6 @@ on:
44
branches: [master]
55
tags: [v*]
66
pull_request:
7-
schedule:
8-
- cron: '0 2 * * *' # Daily at 2 AM UTC (8 PM CST)
97

108
jobs:
119
test:
@@ -61,19 +59,3 @@ jobs:
6159
# with:
6260
# github-token: ${{ secrets.GITHUB_TOKEN }}
6361
# parallel-finished: true
64-
65-
slack:
66-
name: Notify Slack Failure
67-
needs: test
68-
runs-on: ubuntu-latest
69-
if: always() && github.event_name == 'schedule'
70-
steps:
71-
- uses: technote-space/workflow-conclusion-action@v2
72-
- uses: voxmedia/github-action-slack-notify-build@v1
73-
if: env.WORKFLOW_CONCLUSION == 'failure'
74-
with:
75-
channel: nightly-rse
76-
status: FAILED
77-
color: danger
78-
env:
79-
SLACK_BOT_TOKEN: ${{ secrets.INVENIA_SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)