aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cifuzz.yml7
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 @@
1name: CIFuzz 1name: CIFuzz
2on: [pull_request] 2
3on:
4 workflow_dispatch:
5 schedule:
6 - cron: "0 0 * * *"
7
3jobs: 8jobs:
4 Fuzzing: 9 Fuzzing:
5 runs-on: ubuntu-latest 10 runs-on: ubuntu-latest