Skip to content

Commit

Permalink
fix(cicd): update concurrency key
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Feb 18, 2025
1 parent cebe8f3 commit 666f8a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
- v*

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

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

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

jobs:
Expand Down

0 comments on commit 666f8a7

Please sign in to comment.