Skip to content

Commit

Permalink
chore: random workflow hours to avoid errors
Browse files Browse the repository at this point in the history
  • Loading branch information
elraro committed Aug 4, 2024
1 parent 993eea1 commit 61b94f9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/close_threads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"on": {
"schedule": [
{
"cron": "30 1 * * *"
"cron": "42 2 * * *"
}
],
"workflow_dispatch": null
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"schedule": [
{
"cron": "24 17 * * 5"
"cron": "14 19 * * 5"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Link Checker"
on: # yamllint disable-line rule:truthy
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
- cron: "21 7 * * *"

jobs:
link-checker:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock_threads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"on": {
"schedule": [
{
"cron": "0 1 * * *"
"cron": "52 3 * * *"
}
],
"workflow_dispatch": null
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'on': {
'schedule': [
{
'cron': '0 2 * * *'
'cron': '22 2 * * *'
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Nightly build Docker
on:
workflow_dispatch: null
schedule:
- cron: '0 2 * * *'
- cron: '22 1 * * *'
env:
REGISTRY: ghcr.io
jobs:
Expand Down

0 comments on commit 61b94f9

Please sign in to comment.