Configure 'test' workflow to cancel running jobs for the branch
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -10,6 +10,11 @@ on:
|
||||
branches:
|
||||
- "*"
|
||||
|
||||
# Cancel running jobs for the same workflow and branch.
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
||||
check-package:
|
||||
|
||||
Reference in New Issue
Block a user