Skip to content

Commit 361e73c

Browse files
committed
Cancel branches starting with "codex/" it's crazy pushing refs.
1 parent 22c1785 commit 361e73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rtpproxy_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
# Cancels previous runs of this workflow for the same PR
1919
concurrency:
2020
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
21-
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
21+
cancel-in-progress: ${{ github.event_name == 'pull_request' || startsWith(github.ref_name, 'codex/') }}
2222

2323
jobs:
2424
LoadJobs_conf:

0 commit comments

Comments
 (0)