Skip to content

Commit

Permalink
Run tests weekly to ensure we are still good
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Sep 13, 2024
1 parent a0a3635 commit 84694c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Test
on:
pull_request:
push:
schedule:
# run weekly to ensure that we are still good
- cron: '1 2 * * 3'

jobs:
test:
Expand Down

0 comments on commit 84694c1

Please sign in to comment.