Skip to content

Commit

Permalink
make concurrency relevant to event
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiggi33 committed Jan 1, 2025
1 parent 6e7a721 commit bf65810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
packages: write
concurrency:
cancel-in-progress: true
group: ${{ github.repository }}-builder
group: ${{ github.repository }}-${{ github.event_name }}-builder
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit bf65810

Please sign in to comment.