diff options
Diffstat (limited to '.github/workflows/cifuzz.yml')
-rw-r--r-- | .github/workflows/cifuzz.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index bdb3b2c..eec21d9 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml | |||
@@ -1,10 +1,5 @@ | |||
1 | name: CIFuzz | 1 | name: CIFuzz |
2 | 2 | ||
3 | on: | ||
4 | workflow_dispatch: | ||
5 | schedule: | ||
6 | - cron: "0 0 * * *" | ||
7 | |||
8 | jobs: | 3 | jobs: |
9 | Fuzzing: | 4 | Fuzzing: |
10 | runs-on: ubuntu-latest | 5 | runs-on: ubuntu-latest |