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