diff --git a/.github/workflows/fake_produsent_api_build_and_deploy.yaml b/.github/workflows/fake_produsent_api_build_and_deploy.yaml index fcf31b94b..8e2baafeb 100644 --- a/.github/workflows/fake_produsent_api_build_and_deploy.yaml +++ b/.github/workflows/fake_produsent_api_build_and_deploy.yaml @@ -7,6 +7,8 @@ on: - app/src/main/resources/produsent.graphql - fake-produsent-api/** workflow_dispatch: + schedule: + - cron: '0 6 * * 1' jobs: build_and_push: diff --git a/.github/workflows/platform_build_and_deploy.yaml b/.github/workflows/platform_build_and_deploy.yaml index 061629754..64b4b6e51 100644 --- a/.github/workflows/platform_build_and_deploy.yaml +++ b/.github/workflows/platform_build_and_deploy.yaml @@ -6,7 +6,7 @@ on: pull_request: workflow_dispatch: schedule: - - cron: '0 6 * * 1' + - cron: '0 6 * * 1' jobs: build: diff --git a/.github/workflows/testprodusent_build_and_deploy.yaml b/.github/workflows/testprodusent_build_and_deploy.yaml index dcac80054..373618cc5 100644 --- a/.github/workflows/testprodusent_build_and_deploy.yaml +++ b/.github/workflows/testprodusent_build_and_deploy.yaml @@ -6,6 +6,9 @@ on: paths: - test-produsent/** workflow_dispatch: + schedule: + - cron: '0 6 * * 1' + jobs: build_and_push: