Skip to content

Commit a92d1d7

Browse files
committed
wip
1 parent e30e9fc commit a92d1d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dep_fuzzing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919

2020
jobs:
2121
fuzz:
22-
if: ${{ inputs.docs_only == 'true' }}
22+
if: ${{ inputs.docs_only == 'false' }}
2323
runs-on: [ self-hosted, Linux, X64, "1ES.Pool=hld-kvm-amd" ]
2424
steps:
2525
- name: Checkout code

.github/workflows/dep_rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222

2323
jobs:
2424
build:
25-
if: ${{inputs.docs_only == 'true'}}
25+
if: ${{ inputs.docs_only == 'false' }}
2626
strategy:
2727
fail-fast: true
2828
matrix:

0 commit comments

Comments
 (0)