File tree Expand file tree Collapse file tree 2 files changed +20
-6
lines changed Expand file tree Collapse file tree 2 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : Run Regression Tests on CPU
2
2
3
3
on :
4
- # runs everyday at 9:15am
5
- schedule :
6
- - cron : ' 15 9 * * *'
4
+ push :
5
+ branches :
6
+ - master
7
+ pull_request :
8
+ branches :
9
+ - master
10
+
11
+ concurrency :
12
+ group : ci-cpu-${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}
13
+ cancel-in-progress : true
7
14
8
15
jobs :
9
16
regression-cpu :
Original file line number Diff line number Diff line change 1
1
name : Run Regression Tests on GPU
2
2
3
3
on :
4
- # runs everyday at 9:15am
5
- schedule :
6
- - cron : ' 15 9 * * *'
4
+ push :
5
+ branches :
6
+ - master
7
+ pull_request :
8
+ branches :
9
+ - master
10
+
11
+ concurrency :
12
+ group : ci-cpu-${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}
13
+ cancel-in-progress : true
7
14
8
15
jobs :
9
16
regression-gpu :
You can’t perform that action at this time.
0 commit comments