mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
ci: fix fuzz workflow
This commit is contained in:
parent
c81f0f0c0d
commit
fce63eaf57
2 changed files with 0 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -100,8 +100,6 @@ jobs:
|
|||
name: Fuzzing
|
||||
runs-on: ubuntu-20.04
|
||||
needs: formatting
|
||||
env:
|
||||
AZURE_STORAGE_KEY: ${{ secrets.CORPUS_AZURE_STORAGE_KEY }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
1
.github/workflows/fuzz.yml
vendored
1
.github/workflows/fuzz.yml
vendored
|
@ -12,7 +12,6 @@ jobs:
|
|||
fuzz:
|
||||
name: Fuzzing
|
||||
runs-on: ubuntu-20.04
|
||||
needs: formatting
|
||||
env:
|
||||
AZURE_STORAGE_KEY: ${{ secrets.CORPUS_AZURE_STORAGE_KEY }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue