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 fc0e916

Browse filesBrowse files
authored
Fix cron expression
1 parent e164da8 commit fc0e916
Copy full SHA for fc0e916

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎.github/workflows/test_install.yml

Copy file name to clipboardExpand all lines: .github/workflows/test_install.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
types: [completed]
2727
schedule:
2828
# * is a special character in YAML so you have to quote this string
29-
- cron: '30 90 * * 2
29+
- cron: '30 21 * * 2'
3030

3131
# Workflow jobs:
3232
jobs:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.