cancel-in-progress

if 2 actions are being created to go to MAIN, the oldest one will be canceled
This commit is contained in:
DanielSvoboda 2024-09-29 21:54:40 -03:00 committed by GitHub
parent d9f287eaa2
commit d77e613f80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,10 @@ on:
pull_request:
branches: [ "*" ]
concurrency:
group: ci-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'push' }}
env:
BUILD_TYPE: Release