Update .github/workflows/fuzz.yml

This commit is contained in:
Laurențiu Nicola 2023-02-03 13:15:27 +02:00 committed by GitHub
parent 6c4749e8f5
commit 05d7d33a0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ env:
jobs:
rust:
if: ${{ (github.repository == 'rust-lang/rust-analyzer') || (github.event.action == 'workflow_dispatch') }}
if: ${{ github.repository == 'rust-lang/rust-analyzer' || github.event.action == 'workflow_dispatch' }}
name: Rust
runs-on: ubuntu-latest
env: