Skip to content

Commit 815cf8b

Browse files
committed
Adjust condition
1 parent 322b9b5 commit 815cf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
build_fuzz_cargo-fuzz:
162162
name: "Fuzz targets (cargo-fuzz)"
163163
runs-on: ubuntu-latest
164-
if: ${{ inputs.cargo-fuzz == 'true' }}
164+
if: ${{ inputs.cargo-fuzz }}
165165
steps:
166166
- uses: actions/checkout@v4
167167
- uses: dtolnay/rust-toolchain@nightly

0 commit comments

Comments
 (0)