Skip to content

Commit

Permalink
ci: add cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
trichter committed Jan 4, 2024
1 parent bccd997 commit 440b004
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
# only branches from forks which have the form 'user:branch-name'
- '**:**'
schedule:
- cron: '42 0 * * 0'
jobs:
run_tests:
strategy:
Expand Down

0 comments on commit 440b004

Please sign in to comment.