Skip to content

Commit

Permalink
Add daily jobs (#1859)
Browse files Browse the repository at this point in the history
Add daily jobs (cf. oscar-system/Oscar.jl#4072)
  • Loading branch information
HereAround authored Sep 24, 2024
1 parent cfdfcfa commit 170f974
Show file tree
Hide file tree
Showing 4 changed files with 12 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:13 AM UTC
- cron: '13 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/hecke.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:13 AM UTC
- cron: '13 3 * * *'
workflow_dispatch:

concurrency:
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:13 AM UTC
- cron: '13 3 * * *'
workflow_dispatch:

concurrency:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/singular.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:13 AM UTC
- cron: '13 3 * * *'
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 170f974

Please sign in to comment.