Skip to content

Commit

Permalink
Fix colliding concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed May 29, 2024
1 parent cb2583e commit bf86ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/konflux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
pull_request:

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

jobs:
Expand Down

0 comments on commit bf86ec2

Please sign in to comment.