Skip to content

Commit

Permalink
chore: More random github action cron schedules
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed May 16, 2024
1 parent 1aa172d commit 4076f6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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": "27 1 * * *"
}
],
"workflow_dispatch": null
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": "39 1 * * *"
}
],
"workflow_dispatch": null
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'on': {
'schedule': [
{
'cron': '0 2 * * *'
'cron': '16 2 * * *'
}
],
'workflow_dispatch': null
Expand All @@ -17,7 +17,7 @@
'if': "github.repository_owner == 'Hypfer'",
'steps':
[
{
{
'uses': 'actions/checkout@v4',
'with': {
'fetch-depth': 0
Expand Down

0 comments on commit 4076f6a

Please sign in to comment.