Skip to content

Commit

Permalink
reduced test frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
gicking committed Dec 7, 2024
1 parent 6db284e commit eaf4be4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:
push:
pull_request:

# Also run every 7 days to catch breakage caused by changes to external resources (libraries, platforms).
# Also run periodically to catch breakage caused by changes to external resources (libraries, platforms).
schedule:
# Minute, Hour, Day of Month, Month, Day of Week -> every 7 days at 9.15pm (UTC)
- cron: '15 21 */7 * *'
# Minute, Hour, Day of Month, Month, Day of Week (UTC timezone)
#- cron: '20 21 */7 * *'
- cron: '30 1 2 * *'


jobs:

Expand Down

0 comments on commit eaf4be4

Please sign in to comment.