Skip to content

Commit afce89f

Browse files
authored
Merge pull request #215 from JuliaDiff/ox/nonightly
Remove Invenia Nightly CI runs
2 parents b7bbac7 + 825ae21 commit afce89f

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
@@ -4,8 +4,6 @@ on:
44
branches: [main]
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:
@@ -49,19 +47,3 @@ jobs:
4947
- uses: codecov/codecov-action@v1
5048
with:
5149
file: lcov.info
52-
53-
slack:
54-
name: Notify Slack Failure
55-
needs: test
56-
runs-on: ubuntu-latest
57-
if: always() && github.event_name == 'schedule'
58-
steps:
59-
- uses: technote-space/workflow-conclusion-action@v2
60-
- uses: voxmedia/github-action-slack-notify-build@v1
61-
if: env.WORKFLOW_CONCLUSION == 'failure'
62-
with:
63-
channel: nightly-rse
64-
status: FAILED
65-
color: danger
66-
env:
67-
SLACK_BOT_TOKEN: ${{ secrets.INVENIA_SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)