Configure 'test' workflow to cancel running jobs for the branch

This commit is contained in:
Bruno Oliveira
2023-05-12 17:31:35 -03:00
parent 657ba9ac7f
commit b1af3e5fef

View File

@@ -10,6 +10,11 @@ on:
branches: branches:
- "*" - "*"
# Cancel running jobs for the same workflow and branch.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
check-package: check-package: