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
@@ -20,6 +20,10 @@ on:
|
||||
schedule:
|
||||
- cron: '19 21 * * 4'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
|
||||
Reference in New Issue
Block a user