mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +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
|
||||
- '*-maintenance'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
name: CI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue