Skip to content

Commit ff44a4f

Browse files
committed
Remove Invenia Nightly CI runs
1 parent 52a5ea4 commit ff44a4f

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 17 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:
@@ -48,18 +46,3 @@ jobs:
4846
- uses: julia-actions/julia-buildpkg@v1
4947
- uses: julia-actions/julia-runtest@v1
5048

51-
slack:
52-
name: Notify Slack Failure
53-
needs: test
54-
runs-on: ubuntu-latest
55-
if: always() && github.event_name == 'schedule'
56-
steps:
57-
- uses: technote-space/workflow-conclusion-action@v2
58-
- uses: voxmedia/github-action-slack-notify-build@v1
59-
if: env.WORKFLOW_CONCLUSION == 'failure'
60-
with:
61-
channel: nightly-rse
62-
status: FAILED
63-
color: danger
64-
env:
65-
SLACK_BOT_TOKEN: ${{ secrets.INVENIA_SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)