Skip to content

Commit 87b6373

Browse files
authored
Run RC release command CI check only on canary runs. (#44904)
1 parent 5de0693 commit 87b6373

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/basic-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ jobs:
293293
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
294294
GITHUB_USERNAME: ${{ github.actor }}
295295
VERBOSE: "true"
296+
if: inputs.canary-run == 'true'
296297
steps:
297298
- name: "Cleanup repo"
298299
shell: bash

0 commit comments

Comments
 (0)