Skip to content

Commit

Permalink
[ci] Move nightly builds after image build
Browse files Browse the repository at this point in the history
root-project/root-ci-images#28 moves the
nightly image build to 0:10 UTC.
  • Loading branch information
hahnjo committed May 8, 2024
1 parent 360bc5c commit 37f978c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/root-626.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'ROOT 6.26'

on:
schedule:
- cron: '0 0 * * *'
- cron: '0 3 * * *'

# Enables manual start of workflow
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/root-628.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'ROOT 6.28'

on:
schedule:
- cron: '0 1 * * *'
- cron: '30 2 * * *'

workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/root-630.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'ROOT 6.30'

on:
schedule:
- cron: '30 23 * * *'
- cron: '0 2 * * *'

workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/root-632.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'ROOT 6.32'

on:
schedule:
- cron: '0 23 * * *'
- cron: '30 1 * * *'

workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/root-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'ROOT Main'

on:
schedule:
- cron: '0 0 * * *'
- cron: '0 1 * * *'

workflow_dispatch:
inputs:
Expand Down

0 comments on commit 37f978c

Please sign in to comment.