Skip to content

Commit

Permalink
Disable the fuzzer CI job (#9369)
Browse files Browse the repository at this point in the history
The job is failing to compile. We should resolve separately but I am
disabling for now since it breaks pull requests.

See #9368
  • Loading branch information
zanieb authored Jan 2, 2024
1 parent 3fcc140 commit 973ae7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
cargo-fuzz:
runs-on: ubuntu-latest
needs: determine_changes
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' }}
name: "cargo fuzz"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 973ae7e

Please sign in to comment.