We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fcc140 commit 973ae7eCopy full SHA for 973ae7e
1 file changed
.github/workflows/ci.yaml
@@ -168,7 +168,7 @@ jobs:
168
cargo-fuzz:
169
runs-on: ubuntu-latest
170
needs: determine_changes
171
- if: ${{ needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }}
+ if: false # ${{ needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }}
172
name: "cargo fuzz"
173
steps:
174
- uses: actions/checkout@v4
0 commit comments