Skip to content

Commit 5022db9

Browse files
Update workflows from templates. (#78)
1 parent c9cc894 commit 5022db9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- op: replace
2+
path: /on/schedule/0/cron
3+
value: "9 7 * * 1"

.github/workflows/update-workflows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Update Workflows
1010
branches:
1111
- '!main'
1212
schedule:
13-
- cron: 34 7 * * 1
13+
- cron: 9 7 * * 1
1414
workflow_dispatch: null
1515
jobs:
1616
update:

0 commit comments

Comments
 (0)