Skip to content

Commit 9749a9b

Browse files
authored
ci: Change github action cron (#479)
Change github action cron
1 parent b3f690c commit 9749a9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-openapi-updates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Check OpenAPI updates
22

33
on:
44
schedule:
5-
- cron: "*/5 * * * *" # every 5 minutes (for testing)
6-
# - cron: "0 16 * * *" # every day at 4pm UTC
5+
# - cron: "*/5 * * * *" # every 5 minutes (for testing)
6+
- cron: "0 16 * * *" # every day at 4pm UTC
77

88
jobs:
99
check-open-api-spec-updates:

0 commit comments

Comments
 (0)