Skip to content

Commit c3c558a

Browse files
authored
Update rest-api-spec only once a day (#2756)
1 parent 8c12298 commit c3c558a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-rest-api-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update rest-api-spec
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 */3 * * *' # At minute 0 past every 3rd hour.
6+
- cron: '0 4 * * *' # At 04:00.
77

88
jobs:
99
update-rest-api:

0 commit comments

Comments
 (0)