Skip to content

Commit 9bddf6c

Browse files
committed
wip: add workflow_dispatch back
1 parent a71ecc6 commit 9bddf6c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/wasm-fuzz.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: WASM Fuzz
22

33
on:
4+
workflow_dispatch:
5+
inputs:
6+
fuzz_duration:
7+
description: "Fuzzing duration in hours"
8+
required: false
9+
default: "4"
10+
type: string
411
schedule:
512
# Run daily at 2 AM UTC
613
- cron: "0 2 * * *"

0 commit comments

Comments
 (0)