Skip to content

Commit dd38bb5

Browse files
committed
Only build citool on non-PR builds
It is currently unused in PR builds.
1 parent ad2fe80 commit dd38bb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ jobs:
179179
# Pre-build citool before the following step uninstalls rustup
180180
# Build is into the build directory, to avoid modifying sources
181181
- name: build citool
182+
if: needs.calculate_matrix.outputs.run_type != 'pr'
182183
run: |
183184
cd src/ci/citool
184185
CARGO_TARGET_DIR=../../../build/citool cargo build

0 commit comments

Comments
 (0)