Remove suffix in `concurrency: group: test-${{ github.ref }} (thanks @rhaschke for helping)

This commit is contained in:
Ralf W. Grosse-Kunstleve 2024-09-02 11:06:41 -07:00
parent c31e79a33b
commit 53579b458f

View File

@ -13,7 +13,7 @@ on:
permissions: read-all
concurrency:
group: test-sh-avl${{ github.ref }} # TO BE REMOVED BEFORE MERGING INTO master
group: test-${{ github.ref }} # TO BE REMOVED BEFORE MERGING INTO master
cancel-in-progress: true
env: