Skip to content

Commit

Permalink
Cancel in-progress docker CI on outdate (Significant-Gravitas#2619)
Browse files Browse the repository at this point in the history
Co-authored-by: Reinier van der Leer <github@pwuts.nl>
  • Loading branch information
edcohen08 and Pwuts authored Apr 20, 2023
1 parent 2a20ea6 commit cf7544c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit cf7544c

Please sign in to comment.