File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 13
13
- " tests/run_cpu_tests.sh"
14
14
- " .github/workflows/hvd-tests.yml"
15
15
16
+ concurrency :
17
+ # <workflow_name>-<branch_name>-<true || commit_sha (if branch is protected)>
18
+ group : hvd-tests-${{ github.ref_name }}-${{ !(github.ref_protected) || github.sha }}
19
+ cancel-in-progress : true
20
+
16
21
jobs :
17
22
horovod-tests :
18
23
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 13
13
- " tests/run_tpu_tests.sh"
14
14
- " .github/workflows/tpu-tests.yml"
15
15
16
+ concurrency :
17
+ # <workflow_name>-<branch_name>-<true || commit_sha (if branch is protected)>
18
+ group : tpu-tests-${{ github.ref_name }}-${{ !(github.ref_protected) || github.sha }}
19
+ cancel-in-progress : true
20
+
16
21
jobs :
17
22
tpu-tests :
18
23
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 20
20
- " requirements-dev.txt"
21
21
- " .github/workflows/unit-tests.yml"
22
22
23
+ concurrency :
24
+ # <workflow_name>-<branch_name>-<true || commit_sha (if branch is protected)>
25
+ group : unit-tests-${{ github.ref_name }}-${{ !(github.ref_protected) || github.sha }}
26
+ cancel-in-progress : true
27
+
23
28
jobs :
24
29
build :
25
30
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments