Skip to content

Commit

Permalink
Add daily tests (cf. #4072)
Browse files Browse the repository at this point in the history
  • Loading branch information
HereAround committed Sep 20, 2024
1 parent 639d5be commit 60f158a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- master
- 'release-*'
pull_request:
schedule:
# Every day at 3:10 AM UTC
- cron: '10 3 * * *'
workflow_dispatch:

# needed to allow julia-actions/cache to delete old caches that it has created
Expand Down

0 comments on commit 60f158a

Please sign in to comment.