Skip to content

Commit

Permalink
Remove concurrent docker workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
faizansana committed Feb 16, 2024
1 parent 8742a33 commit 6e01c43
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ on:
paths:
- "docker/**"
- ".github/workflows/docker-publish.yml"
pull_request:
paths:
- "docker/**"
- ".github/workflows/docker-publish.yml"

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

jobs:
build-and-publish:
Expand Down

0 comments on commit 6e01c43

Please sign in to comment.