Skip to content

Commit d3b2007

Browse files
Update workflows from templates. (#92)
1 parent cc01735 commit d3b2007

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: "47 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: 47 7 * * 1
1414
workflow_dispatch: null
1515
jobs:
1616
update:

0 commit comments

Comments
 (0)