mirror of
https://github.com/Hypfer/Valetudo.git
synced 2025-10-26 11:27:27 +00:00
chore: More random github action cron schedules
This commit is contained in:
parent
1aa172d452
commit
4076f6aa7e
2
.github/workflows/close_threads.yml
vendored
2
.github/workflows/close_threads.yml
vendored
@ -3,7 +3,7 @@
|
||||
"on": {
|
||||
"schedule": [
|
||||
{
|
||||
"cron": "30 1 * * *"
|
||||
"cron": "27 1 * * *"
|
||||
}
|
||||
],
|
||||
"workflow_dispatch": null
|
||||
|
||||
2
.github/workflows/lock_threads.yml
vendored
2
.github/workflows/lock_threads.yml
vendored
@ -3,7 +3,7 @@
|
||||
"on": {
|
||||
"schedule": [
|
||||
{
|
||||
"cron": "0 1 * * *"
|
||||
"cron": "39 1 * * *"
|
||||
}
|
||||
],
|
||||
"workflow_dispatch": null
|
||||
|
||||
4
.github/workflows/nightly_build.yml
vendored
4
.github/workflows/nightly_build.yml
vendored
@ -4,7 +4,7 @@
|
||||
'on': {
|
||||
'schedule': [
|
||||
{
|
||||
'cron': '0 2 * * *'
|
||||
'cron': '16 2 * * *'
|
||||
}
|
||||
],
|
||||
'workflow_dispatch': null
|
||||
@ -17,7 +17,7 @@
|
||||
'if': "github.repository_owner == 'Hypfer'",
|
||||
'steps':
|
||||
[
|
||||
{
|
||||
{
|
||||
'uses': 'actions/checkout@v4',
|
||||
'with': {
|
||||
'fetch-depth': 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user