Skip to content

Commit 1b3594b

Browse files
authored
fix: missing manual trigger for daily sanitizers (#2682)
* add manual trigger for usan/asan workflow
1 parent f3ba448 commit 1b3594b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/daily-sanitizers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: daily-sanitizers
33
on:
44
schedule:
55
- cron: '0 4 * * *' # run at 4 AM UTC
6+
workflow_dispatch:
67

78
jobs:
89
build:

0 commit comments

Comments
 (0)