Skip to content

Commit 04816b3

Browse files
authored
Merge pull request #584 from alephdata/allow-manual-daily-build-please
Allow manual workflow starts for daily build
2 parents 6d136dc + e5a56df commit 04816b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/daily.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: daily
33
on:
44
schedule:
55
- cron: "0 3 * * *"
6+
workflow_dispatch:
67

78
jobs:
89
build:

0 commit comments

Comments
 (0)