Skip to content

Commit 527de93

Browse files
authored
Change cron schedule for weekly workflow
1 parent aa747c7 commit 527de93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/realworld-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: "Real world API test"
1010
on:
1111
schedule:
1212
# once week on thursday
13-
- cron: '19 16 * * 4'
13+
- cron: '7 7 * * 4'
1414
workflow_dispatch:
1515
inputs:
1616
nodeVersion:

0 commit comments

Comments
 (0)