Skip to content

Commit 37d5310

Browse files
committed
ci: allow to run scheduled workflow
This is for testing only and will be removed Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
1 parent 9b86077 commit 37d5310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scheduled.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
schedule:
44
# Runs at 00:00 UTC every Sunday, Tuesday, Thursday.
55
- cron: '0 0 * * 0,2,4'
6+
workflow_dispatch: # XXX for test only, remove this line later.
67
permissions:
78
contents: read
89
actions: write

0 commit comments

Comments
 (0)