Skip to content

Commit

Permalink
chore: schedule tests (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonfournier authored Dec 11, 2023
1 parent b94c6e4 commit fbc8c70
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 @@ name: Tests
# This GitHub action runs your tests for each pull request and push.
# Optionally, you can turn it on using a schedule for regular testing.
on:
schedule:
- cron: "0 13 * * 1-5" # every weekday at 13:00 UTC
pull_request:
paths-ignore:
- "README.md"
Expand Down

0 comments on commit fbc8c70

Please sign in to comment.