We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b05723 commit 3807000Copy full SHA for 3807000
1 file changed
.github/workflows/run-cts-pr.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Run CTS
12
13
runs-on: ${{ matrix.config.os }}
14
- if: ${{ github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' }}
+ 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' }}
15
strategy:
16
fail-fast: false
17
matrix:
0 commit comments