ci: fix fuzz workflow

This commit is contained in:
Benoît CORTIER 2023-05-10 09:29:02 -04:00 committed by Benoît Cortier
parent c81f0f0c0d
commit fce63eaf57
2 changed files with 0 additions and 3 deletions

View file

@ -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

View file

@ -12,7 +12,6 @@ jobs:
fuzz:
name: Fuzzing
runs-on: ubuntu-20.04
needs: formatting
env:
AZURE_STORAGE_KEY: ${{ secrets.CORPUS_AZURE_STORAGE_KEY }}