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.

This commit is contained in:
Ralf W. Grosse-Kunstleve 2021-10-27 10:55:24 -07:00
parent fc5d70da29
commit 5d949b703c
3 changed files with 15 additions and 6 deletions

View File

@ -1,4 +1,4 @@
name: CI-SH-AVL name: CI
on: on:
workflow_dispatch: workflow_dispatch:
@ -11,7 +11,7 @@ on:
- v* - v*
concurrency: concurrency:
group: test-${{ github.ref }} group: test-sh-avl${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true
env: env:

View File

@ -23,7 +23,7 @@ on:
- v* - v*
concurrency: concurrency:
group: test-${{ github.ref }} group: test-sh-def-${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true
env: env:

View File

@ -1,7 +1,7 @@
--- ci.yml 2021-10-26 12:10:34.834324858 -0700 --- ci.yml 2021-10-27 10:49:16.082259700 -0700
+++ ci_sh_def.yml 2021-10-26 12:12:26.000136653 -0700 +++ ci_sh_def.yml 2021-10-27 10:51:56.216396775 -0700
@@ -1,4 +1,16 @@ @@ -1,4 +1,16 @@
-name: CI-SH-AVL -name: CI
+# PLEASE KEEP THIS GROUP OF FILES IN SYNC AT ALL TIMES: +# PLEASE KEEP THIS GROUP OF FILES IN SYNC AT ALL TIMES:
+# ci.yml +# ci.yml
+# ci_sh_def.yml +# ci_sh_def.yml
@ -18,6 +18,15 @@
on: on:
workflow_dispatch: workflow_dispatch:
@@ -11,7 +23,7 @@
- v*
concurrency:
- group: test-sh-avl${{ github.ref }}
+ group: test-sh-def-${{ github.ref }}
cancel-in-progress: true
env:
@@ -103,6 +115,7 @@ @@ -103,6 +115,7 @@
-DDOWNLOAD_CATCH=ON -DDOWNLOAD_CATCH=ON
-DDOWNLOAD_EIGEN=ON -DDOWNLOAD_EIGEN=ON