Skip to content

Commit

Permalink
test: run every morning for cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lkstrp authored Oct 28, 2024
1 parent e908167 commit 3e86bed
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,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 Expand Up @@ -99,4 +101,4 @@ jobs:
- name: Upload code coverage report
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3e86bed

Please sign in to comment.