Skip to content

Commit

Permalink
Add daily tests (cf. oscar-system/Oscar.jl#4072) (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
HereAround authored Sep 20, 2024
1 parent 696615b commit 84080a9
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -7,6 +7,9 @@ on:
- 'release-*'
tags: '*'
pull_request:
schedule:
# Every day at 3:08 AM UTC
- cron: '8 3 * * *'

concurrency:
# group by workflow and ref; the last slightly strange component ensures that for pull
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/oscar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
push:
branches:
- master
schedule:
# Every day at 3:08 AM UTC (Tutorial tests initiated at 2:00AM)
- cron: '8 3 * * *'
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 84080a9

Please sign in to comment.