ci: cancel in progress runs on new push (#620)

This commit is contained in:
Bert
2023-11-01 11:33:48 -04:00
committed by Weston Pace
parent cd7a4dd251
commit 4e9aab9e8b
3 changed files with 13 additions and 0 deletions

View File

@@ -11,6 +11,10 @@ on:
- .github/workflows/node.yml
- docker-compose.yml
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env:
# Disable full debug symbol generation to speed up CI build and keep memory down
# "1" means line tables only, which is useful for panic tracebacks.