Skip to content

Commit

Permalink
Make tests run on a schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
cpwood committed May 23, 2022
1 parent c17bfa7 commit cf4e200
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: CI
on:
push
#schedule:
# - cron: "0 13 * * 1" # Every Monday at 13:00
schedule:
- cron: "0 13 * * 5" # Every Friday at 13:00 UTC
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cf4e200

Please sign in to comment.