diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 344e228..3a5cb65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: tags: - '*' schedule: - - cron: '0 1 * * *' + - cron: '0 10 * * *' jobs: build: @@ -38,7 +38,7 @@ jobs: continue-on-error: false run: | # 3AM CET - since="$(date -d 'yesterday' +%Y-%m-%d) 01:00:00" + since="$(date -d 'yesterday' +%Y-%m-%d) 10:00:00" count=$(git rev-list --count --since="$since" --until=now HEAD) if [ "$count" -gt 0 ]; then echo "new_commits=true" >> $GITHUB_OUTPUT diff --git a/.github/workflows/build_docker.yml b/.github/workflows/build_docker.yml index feced69..522e2d1 100644 --- a/.github/workflows/build_docker.yml +++ b/.github/workflows/build_docker.yml @@ -5,7 +5,7 @@ on: tags: - '*' schedule: - - cron: '0 1 * * *' + - cron: '0 10 * * *' jobs: build-and-push-image: