Skip to content

Commit 5d949b7

Browse files
committed
Separate concurrency groups for ci.yml, ci_sh_def.yml. Also changing name back from CI-SH-AVL to CI because I saw the github.com web UI getting confused if there are different names for the same .yml.
1 parent fc5d70d commit 5d949b7

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI-SH-AVL
1+
name: CI
22

33
on:
44
workflow_dispatch:
@@ -11,7 +11,7 @@ on:
1111
- v*
1212

1313
concurrency:
14-
group: test-${{ github.ref }}
14+
group: test-sh-avl${{ github.ref }}
1515
cancel-in-progress: true
1616

1717
env:

.github/workflows/ci_sh_def.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
- v*
2424

2525
concurrency:
26-
group: test-${{ github.ref }}
26+
group: test-sh-def-${{ github.ref }}
2727
cancel-in-progress: true
2828

2929
env:

.github/workflows/ci_sh_def.yml.patch

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
--- ci.yml 2021-10-26 12:10:34.834324858 -0700
2-
+++ ci_sh_def.yml 2021-10-26 12:12:26.000136653 -0700
1+
--- ci.yml 2021-10-27 10:49:16.082259700 -0700
2+
+++ ci_sh_def.yml 2021-10-27 10:51:56.216396775 -0700
33
@@ -1,4 +1,16 @@
4-
-name: CI-SH-AVL
4+
-name: CI
55
+# PLEASE KEEP THIS GROUP OF FILES IN SYNC AT ALL TIMES:
66
+# ci.yml
77
+# ci_sh_def.yml
@@ -18,6 +18,15 @@
1818

1919
on:
2020
workflow_dispatch:
21+
@@ -11,7 +23,7 @@
22+
- v*
23+
24+
concurrency:
25+
- group: test-sh-avl${{ github.ref }}
26+
+ group: test-sh-def-${{ github.ref }}
27+
cancel-in-progress: true
28+
29+
env:
2130
@@ -103,6 +115,7 @@
2231
-DDOWNLOAD_CATCH=ON
2332
-DDOWNLOAD_EIGEN=ON

0 commit comments

Comments
 (0)