We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d8bab commit 56e305eCopy full SHA for 56e305e
1 file changed
.github/workflows/build-cadence-runner.yml
@@ -9,7 +9,8 @@ on:
9
- release/*
10
tags:
11
- ciflow/nightly/*
12
- pull_request:
+ # TEMP TEST: pull_request trigger removed so the ONLY cadence run on this PR is
13
+ # pull_request_target, to verify the prt run surfaces on the PR.
14
pull_request_target:
15
types: [labeled]
16
workflow_dispatch:
0 commit comments