Skip to content

Commit

Permalink
fix(publish): should not cancel one of the current publish job (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainDreidemy authored Sep 6, 2023
1 parent 67fde6c commit 6a77a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

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

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

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

env:
Expand Down

0 comments on commit 6a77a2e

Please sign in to comment.