We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c1785 commit 361e73cCopy full SHA for 361e73c
.github/workflows/rtpproxy_ci.yml
@@ -18,7 +18,7 @@ permissions:
18
# Cancels previous runs of this workflow for the same PR
19
concurrency:
20
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
21
- cancel-in-progress: ${{ github.event_name == 'pull_request' }}
+ cancel-in-progress: ${{ github.event_name == 'pull_request' || startsWith(github.ref_name, 'codex/') }}
22
23
jobs:
24
LoadJobs_conf:
0 commit comments