Skip to content

Commit 4f5871c

Browse files
authored
Run install workflow as a cron job
1 parent 4737657 commit 4f5871c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test_install.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ on:
2424
workflow_run:
2525
workflows: ["Publish Package"]
2626
types: [completed]
27+
schedule:
28+
# * is a special character in YAML so you have to quote this string
29+
- cron: '30 90 * * 2
2730
2831
# Workflow jobs:
2932
jobs:

0 commit comments

Comments
 (0)