Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
💚 fix(workflows): separate concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jun 7, 2024
1 parent 308ef33 commit 60db97e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "v*"

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

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

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

jobs:
Expand Down

0 comments on commit 60db97e

Please sign in to comment.