Skip to content

Commit

Permalink
Add daily 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 59d6a4f commit 29cad4d
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 29cad4d

Please sign in to comment.