Unnamed repository; edit this file 'description' to name the repository.
Update .github/workflows/fuzz.yml
Laurențiu Nicola 2023-02-03
parent 6c4749e · commit 05d7d33
-rw-r--r--.github/workflows/fuzz.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml
index 95bc386abc..5af8aa1f77 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: