mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
Cancel previous execution of PR github action (#3483)
This commit is contained in:
parent
4adf43657c
commit
b328324b61
1 changed files with 4 additions and 0 deletions
4
.github/workflows/pr.yml
vendored
4
.github/workflows/pr.yml
vendored
|
@ -6,6 +6,10 @@ on:
|
||||||
- master
|
- master
|
||||||
- '*-maintenance'
|
- '*-maintenance'
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
name: CI
|
name: CI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue