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 23f8763
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Tests

on:
- push
- pull_request
push:
pull_request:
workflow_dispatch:
schedule:
- cron: "5 0 * * 2" # run weekly tests

jobs:
test:
Expand Down

0 comments on commit 23f8763

Please sign in to comment.