Skip to content

Commit

Permalink
reduced daily tests to run weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud committed Aug 2, 2024
1 parent ab87a41 commit f468233
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ on:
- master
- development
schedule:
# cron time in UTC
# a scheduled job runs on the default branch: 'master'
- cron: '0 6 * * *'
- cron: '0 6 * * 0' # runs tests on the main branch every Sunday at 06:00 UTC

concurrency:
# Cancel in-progress runs when a new workflow with the same group name is triggered
Expand Down

0 comments on commit f468233

Please sign in to comment.