Skip to content

Commit

Permalink
run tests weekly and enable manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwilby committed Dec 13, 2024
1 parent 0c45de0 commit 0e1ca43
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 @@ -3,6 +3,8 @@ name: Tests
on:
- push
- pull_request
- workflow_dispatch
- cron: "5 0 * * 2" # run weekly tests

jobs:
test:
Expand Down

0 comments on commit 0e1ca43

Please sign in to comment.