Skip to content

Commit

Permalink
block concurrent workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Apr 6, 2024
1 parent bd866e1 commit 001b734
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ name: Create and publish a Docker image
on:
push:

concurrency:
group: ${{ github.workflow }}-${{ github.GITHUB_REF }}
cancel-in-progress: true


env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit 001b734

Please sign in to comment.