We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e39e61 commit 9d015c6Copy full SHA for 9d015c6
.github/workflows/precommit.yml
@@ -587,6 +587,7 @@ jobs:
587
PARAMETER_PASSWORD: ${{ secrets.PARAMETER_PASSWORD }}
588
CLOUD_PROVIDER: ${{ matrix.cloud-provider }}
589
- name: Install protoc
590
+ if: steps.check_skip.outputs.skip != 'true'
591
shell: bash
592
run: .github/scripts/install_protoc.sh
593
- name: Download wheel(s)
0 commit comments