Skip to content

Commit d429d35

Browse files
committed
fix: syntax error introduced in 8bf3799
1 parent 8bf3799 commit d429d35

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/cflite_batch.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: ClusterFuzzLite batch fuzzing
44
on:
55
schedule:
66
- cron: '0 14 * * *' # Run daily, hour chosen by fair dice roll
7-
- workflow_dispatch # Manual trigger for testing
7+
workflow_dispatch: # Manual trigger for testing
88
permissions: read-all
99
jobs:
1010
BatchFuzzing:
@@ -36,4 +36,3 @@ jobs:
3636
storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/TokTok/toktok-fuzzer.git
3737
storage-repo-branch: main # Optional. Defaults to "main"
3838
storage-repo-branch-coverage: gh-pages # Optional. Defaults to "gh-pages".
39-

.github/workflows/cflite_cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: ClusterFuzzLite cron tasks
44
on:
55
schedule:
66
- cron: '0 16 * * *' # Once a day, after fuzzing run
7-
- workflow_dispatch # Manual trigger for testing
7+
workflow_dispatch: # Manual trigger for testing
88

99
permissions: read-all
1010
jobs:

0 commit comments

Comments
 (0)