Skip to content

Commit

Permalink
Add daily CI jobs (#499)
Browse files Browse the repository at this point in the history
* Add daily CI jobs (cf. oscar-system/Oscar.jl#4072)

* Update .github/workflows/oscar.yml

---------

Co-authored-by: Benjamin Lorenz <benlorenz@users.noreply.github.com>
  • Loading branch information
HereAround and benlorenz authored Sep 23, 2024
1 parent 2c47775 commit b522ba5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
pull_request:
branches:
- master
schedule:
# Every day at 3:05 AM UTC
- cron: '5 3 * * *'
workflow_dispatch:

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

0 comments on commit b522ba5

Please sign in to comment.