Skip to content

Commit 5d4ae35

Browse files
authoredSep 23, 2022
Change schedule to 6AM PT 13 UTC on every Monday (#2550)
1 parent f0a1a4f commit 5d4ae35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/api-code-gen.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "APICodeGen"
22

33
on:
44
schedule:
5-
- cron: '0 * * * *'
5+
- cron: '0 13 * * MON'
66

77
permissions:
88
id-token: write

0 commit comments

Comments
 (0)
Please sign in to comment.