mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +00:00
github/workflows: add concurrency groups
This will cancel any ongoing workflows when we update a pull request.
This commit is contained in:
committed by
David Lechner
parent
5d3c74b777
commit
45082163f0
@@ -7,6 +7,10 @@ on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user