Skip to content

Commit

Permalink
add weekly testing for changes outside source (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs authored Mar 15, 2024
1 parent cfc157c commit ce8b1cc
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 @@ -6,6 +6,9 @@ on:
branches: [main]
pull_request:
branches: [main]
schedule:
# runs every Wednesday at 7 AM UTC
- cron: "0 7 * * 3"

jobs:
run_tests:
Expand Down

0 comments on commit ce8b1cc

Please sign in to comment.