mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
github/workflows: Cancel when branch is updated.
This adds a concurrency section to all github workflows to cancel any in progress workflow when a branch is updated. This should cancel any ongoing or queued workflows, e.g. when a pull request is updated. Signed-off-by: David Lechner <david@pybricks.com>
This commit is contained in:
committed by
Damien George
parent
3c2d7563d2
commit
5608226cfd
4
.github/workflows/examples.yml
vendored
4
.github/workflows/examples.yml
vendored
@@ -10,6 +10,10 @@ on:
|
||||
- 'py/**'
|
||||
- 'shared/**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
embedding:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user