Update .github/workflows/fuzz.yml
This commit is contained in:
parent
6c4749e8f5
commit
05d7d33a0f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/fuzz.yml
vendored
2
.github/workflows/fuzz.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue