Skip to content

Commit

Permalink
test: run every morning for cache (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkstrp authored Oct 28, 2024
1 parent b209780 commit 0fdb260
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ name: Tests

on:
push:
branches: [master]
branches:
- master
pull_request:
branches: ['*']
branches:
- master
schedule:
- cron: "0 5 * * TUE"
- cron: "0 5 * * *"

# Cancel any in-progress runs when a new run is triggered
concurrency:
Expand Down

0 comments on commit 0fdb260

Please sign in to comment.