File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
# Run on master, tags, or any pull request
3
3
on :
4
- schedule :
5
- - cron : ' 0 2 * * *' # Daily at 2 AM UTC (8 PM CST)
6
4
push :
7
5
branches : [master]
8
6
tags : ["*"]
16
14
matrix :
17
15
version :
18
16
- " 1.0" # LTS
19
- - " 1.5" # Invenia Prod Version
20
17
- " 1" # Latest Release
21
18
os :
22
19
- ubuntu-latest
47
44
with :
48
45
file : lcov.info
49
46
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
-
66
47
docs :
67
48
name : Documentation
68
49
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments