cancel-in-progress (#1162)

if 2 actions are being created to go to MAIN, the oldest one will be canceled
This commit is contained in:
DanielSvoboda 2024-10-01 01:54:36 -03:00 committed by GitHub
parent c6cb117e4e
commit 9543ba11e1

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