Cancel in-progress docker CI on outdate (#2619)

Co-authored-by: Reinier van der Leer <github@pwuts.nl>
This commit is contained in:
Eddie Cohen
2023-04-20 12:09:20 -04:00
committed by GitHub
parent 2a20ea638e
commit cf7544c146

View File

@@ -5,6 +5,9 @@ on:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
concurrency:
group: ${{ format('docker-ci-{0}', github.event.pull_request.number || github.sha) }}
cancel-in-progress: true
jobs: