Skip to content

Commit 8fb0164

Browse files
committed
Allow manually triggering the daily CI job
1 parent 60b61e7 commit 8fb0164

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/daily-main-check.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Daily directory build & test
22
on:
3+
workflow_dispatch:
34
schedule:
45
- cron: '0 12 * * *'
56
jobs:

0 commit comments

Comments
 (0)