Skip to content

Commit 81c3d59

Browse files
msaroufimagunapal
andauthored
Enable Regression Test in CI (#2370)
Co-authored-by: Ankith Gunapal <[email protected]>
1 parent c816465 commit 81c3d59

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

.github/workflows/regression_tests_cpu.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
name: Run Regression Tests on CPU
22

33
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
714

815
jobs:
916
regression-cpu:

.github/workflows/regression_tests_gpu.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
name: Run Regression Tests on GPU
22

33
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
714

815
jobs:
916
regression-gpu:

0 commit comments

Comments
 (0)