add a comment to check concurrency; this should stop the previous test and run this instead

This commit is contained in:
Erica Portnoy
2026-04-24 13:09:15 -07:00
parent 269d856681
commit b6fe14e0f7
+1
View File
@@ -13,6 +13,7 @@ permissions:
contents: read
concurrency:
# https://stackoverflow.com/questions/74117321/if-condition-in-concurrency-in-gha
# adding this comment to push again to check concurrency"
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true