We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f690c commit 9749a9bCopy full SHA for 9749a9b
.github/workflows/check-openapi-updates.yml
@@ -2,8 +2,8 @@ name: Check OpenAPI updates
2
3
on:
4
schedule:
5
- - cron: "*/5 * * * *" # every 5 minutes (for testing)
6
- # - cron: "0 16 * * *" # every day at 4pm UTC
+ # - cron: "*/5 * * * *" # every 5 minutes (for testing)
+ - cron: "0 16 * * *" # every day at 4pm UTC
7
8
jobs:
9
check-open-api-spec-updates:
0 commit comments