Skip to content

Commit 589fca8

Browse files
authored
Merge pull request #129 from invenia/ox/fix_ci
modernize the CI
2 parents d05ca7b + 1d7fb14 commit 589fca8

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 19 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: [master]
86
tags: ["*"]
@@ -16,7 +14,6 @@ jobs:
1614
matrix:
1715
version:
1816
- "1.0" # LTS
19-
- "1.5" # Invenia Prod Version
2017
- "1" # Latest Release
2118
os:
2219
- ubuntu-latest
@@ -47,22 +44,6 @@ jobs:
4744
with:
4845
file: lcov.info
4946

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

0 commit comments

Comments
 (0)