Skip to content

Commit

Permalink
Run RC release command CI check only on canary runs. (apache#44904)
Browse files Browse the repository at this point in the history
  • Loading branch information
tirkarthi authored Dec 13, 2024
1 parent 5de0693 commit 87b6373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_USERNAME: ${{ github.actor }}
VERBOSE: "true"
if: inputs.canary-run == 'true'
steps:
- name: "Cleanup repo"
shell: bash
Expand Down

0 comments on commit 87b6373

Please sign in to comment.