remove github.ref from concurency group name

This commit is contained in:
Erica Portnoy
2026-04-24 13:08:29 -07:00
parent 87b13716cd
commit 269d856681
+1 -1
View File
@@ -13,7 +13,7 @@ permissions:
contents: read
concurrency:
# https://stackoverflow.com/questions/74117321/if-condition-in-concurrency-in-gha
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs: