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 0f40154 commit 63c9ab1
Show file tree
Hide file tree
Showing 5 changed files with 15 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:09 AM UTC
- cron: '9 3 * * *'
workflow_dispatch:

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

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

concurrency:
Expand Down

0 comments on commit 63c9ab1

Please sign in to comment.