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 ad2fe80 commit dd38bb5Copy full SHA for dd38bb5
.github/workflows/ci.yml
@@ -179,6 +179,7 @@ jobs:
179
# Pre-build citool before the following step uninstalls rustup
180
# Build is into the build directory, to avoid modifying sources
181
- name: build citool
182
+ if: needs.calculate_matrix.outputs.run_type != 'pr'
183
run: |
184
cd src/ci/citool
185
CARGO_TARGET_DIR=../../../build/citool cargo build
0 commit comments