Skip to content

Commit 3807000

Browse files
committed
Do not run compliance on branch ad-hoc-group
1 parent 6b05723 commit 3807000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-cts-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Run CTS
1212

1313
runs-on: ${{ matrix.config.os }}
14-
if: ${{ github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' }}
14+
if: ${{ github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.pull_requests[0].base.ref != 'ad-hoc-group' }}
1515
strategy:
1616
fail-fast: false
1717
matrix:

0 commit comments

Comments
 (0)