Skip to content

Commit

Permalink
ci: Change github action cron (#479)
Browse files Browse the repository at this point in the history
Change github action cron
  • Loading branch information
bwoskow-ld authored Jan 31, 2025
1 parent b3f690c commit 9749a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-openapi-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Check OpenAPI updates

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

jobs:
check-open-api-spec-updates:
Expand Down

0 comments on commit 9749a9b

Please sign in to comment.