Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4f5871c

Browse filesBrowse files
authored
Run install workflow as a cron job
1 parent 4737657 commit 4f5871c
Copy full SHA for 4f5871c

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎.github/workflows/test_install.yml

Copy file name to clipboardExpand all lines: .github/workflows/test_install.yml
+3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.