Skip to content

Commit

Permalink
gh actions: cancel previous in-progress build
Browse files Browse the repository at this point in the history
  • Loading branch information
beelux committed Apr 3, 2024
1 parent 1b9590a commit 1ec77ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
type: string
env:
DEV_TAG: dev
concurrency:
group: ${{ github.event_name }}
cancel-in-progress: true
jobs:
build_and_release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1ec77ca

Please sign in to comment.