Skip to content

Commit 92a8084

Browse files
fix(ci): update concurrency rules
manually triggered jobs should no longer cancel in-progress jobs running against the main branch Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
1 parent fa41633 commit 92a8084

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)