Skip to content

Commit

Permalink
Change github action cron
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoskow-ld authored Jan 30, 2025
1 parent b3f690c commit ef4d39b
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 ef4d39b

Please sign in to comment.