Skip to content

Commit

Permalink
Add daily CI jobs (cf. oscar-system/Oscar.jl#4072)
Browse files Browse the repository at this point in the history
  • Loading branch information
HereAround committed Sep 20, 2024
1 parent 2c47775 commit d91e80e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/oscar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- master
schedule:
# Every day at 3:05 AM UTC
- cron: '5 3 * * *'
workflow_dispatch:

concurrency:
Expand Down
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 d91e80e

Please sign in to comment.