diff options
| author | Laurențiu Nicola <lnicola@users.noreply.github.com> | 2023-02-03 13:15:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-03 13:15:27 +0200 |
| commit | 05d7d33a0f1f4a96bbf0619f648e5343451fe0e0 (patch) | |
| tree | 8d948383ea086154d6abcaa05a7506fa96c684fe | |
| parent | 6c4749e8f55d91e5b23cf8cac6b79e6d322fd147 (diff) | |
Update .github/workflows/fuzz.yml
| -rw-r--r-- | .github/workflows/fuzz.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 95bc386abc2..5af8aa1f77a 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -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: |
