Skip to content

Commit

Permalink
Use a concurrency group different from the one on main (#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 authored Nov 3, 2023
1 parent d940447 commit 5ed671d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpaas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- reopened

concurrency:
group: ${{ github.head_ref || github.run_id }}
group: cpaas-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 5ed671d

Please sign in to comment.