cancel runs when a new commit is pushed to a pr branch

This commit is contained in:
Erica Portnoy
2026-04-16 19:23:02 -07:00
parent 62f6736222
commit e9d9f76c68
+4
View File
@@ -9,6 +9,10 @@ on:
branches:
- main
- "*.x"
concurrency:
# https://stackoverflow.com/questions/74117321/if-condition-in-concurrency-in-gha
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
cancel-in-progress: true
jobs:
standard_tests_jobs:
name: standard_tests_jobs