Skip to content

Commit a55d442

Browse files
fix(ci): update concurrency rules (#105)
manually triggered jobs should no longer cancel in-progress jobs running against the main branch Closes #93 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Improved CI/CD workflow concurrency handling to better separate different event types. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
2 parents fa41633 + 92a8084 commit a55d442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/redhat-distro-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
- cron: '0 6 * * *'
3232

3333
concurrency:
34-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
34+
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}
3535
cancel-in-progress: true
3636

3737
env:

0 commit comments

Comments
 (0)