We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4749e commit 05d7d33Copy full SHA for 05d7d33
.github/workflows/fuzz.yml
@@ -19,7 +19,7 @@ env:
19
20
jobs:
21
rust:
22
- if: ${{ (github.repository == 'rust-lang/rust-analyzer') || (github.event.action == 'workflow_dispatch') }}
+ if: ${{ github.repository == 'rust-lang/rust-analyzer' || github.event.action == 'workflow_dispatch' }}
23
name: Rust
24
runs-on: ubuntu-latest
25
env:
0 commit comments