1
0
Fork 0
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:
Míguel Ángel Mulero Martínez 2023-06-21 20:35:10 +02:00 committed by GitHub
parent 4adf43657c
commit b328324b61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,10 @@ on:
- master
- '*-maintenance'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
ci:
name: CI