chore: More random github action cron schedules

This commit is contained in:
Sören Beye 2024-05-16 06:44:44 +02:00
parent 1aa172d452
commit 4076f6aa7e
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
"on": {
"schedule": [
{
"cron": "30 1 * * *"
"cron": "27 1 * * *"
}
],
"workflow_dispatch": null

View File

@ -3,7 +3,7 @@
"on": {
"schedule": [
{
"cron": "0 1 * * *"
"cron": "39 1 * * *"
}
],
"workflow_dispatch": null

View File

@ -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