diff --git a/.gitea/workflows/build-release.yml b/.gitea/workflows/build-release.yml index b99db9b..27acd03 100644 --- a/.gitea/workflows/build-release.yml +++ b/.gitea/workflows/build-release.yml @@ -2,7 +2,7 @@ name: Docker Image Build Pipeline on: schedule: - - cron: '15 0 * * 0' + - cron: '30 0 * * 0' push: branches: diff --git a/.gitea/workflows/build-test.yml b/.gitea/workflows/build-test.yml index a5af2ed..faa36ae 100644 --- a/.gitea/workflows/build-test.yml +++ b/.gitea/workflows/build-test.yml @@ -2,7 +2,7 @@ name: Docker Image Build Pipeline on: schedule: - - cron: '* */6 * * *' + - cron: '* */1 * * *' push: branches: