Skip to content

Commit

Permalink
Add cron scheduling to GH Actions test workflow (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamRJensen authored Jan 10, 2023
1 parent 005ee0b commit 3747a4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches: [ main ]
pull_request:
schedule:
- cron: '0 0 * * 0'

jobs:
test:
Expand Down

0 comments on commit 3747a4b

Please sign in to comment.