Skip to content

Commit

Permalink
execute tests every month
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Feb 13, 2025
1 parent cb949b7 commit ab244cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
- main # GitHub now defaults to 'main' as the name of the primary branch. Change this as needed.
# tags: # run CI if specific tags are pushed
pull_request:
# branches: # only build on PRs against 'main' if you need to further limit when CI is run.
# - main
schedule:
- cron: '0 5 20 * *' # Runs at 05:00 on the 20th of every month

jobs:
# Github Actions supports ubuntu, windows, and macos virtual environments:
Expand Down

0 comments on commit ab244cb

Please # to comment.