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:
workflow_dispatch:
@@ -11,7 +11,7 @@ on:
- v*
concurrency:
group: test-${{ github.ref }}
group: test-sh-avl${{ github.ref }}
cancel-in-progress: true
env: