diff --git a/.github/workflows/backend-cleanup-images.yml b/.github/workflows/backend-cleanup-images.yml index 285d114..b9ece19 100644 --- a/.github/workflows/backend-cleanup-images.yml +++ b/.github/workflows/backend-cleanup-images.yml @@ -2,8 +2,8 @@ name: Backend - Delete old container images on: workflow_dispatch: - schedule: - - cron: "0 6 * * *" # every day at 6 in the morning + # schedule: + # - cron: "0 6 * * *" # every day at 6 in the morning jobs: clean-ghcr: diff --git a/.github/workflows/backend-main.yml b/.github/workflows/backend-main.yml index 06357cf..10bb03b 100644 --- a/.github/workflows/backend-main.yml +++ b/.github/workflows/backend-main.yml @@ -12,8 +12,8 @@ on: - backend/** - '!backend/README.md' # nightly - schedule: - - cron: '0 0 * * *' + # schedule: + # - cron: '0 0 * * *' defaults: run: diff --git a/.github/workflows/release-next.yml b/.github/workflows/release-next.yml index d44a7d6..af46b7b 100644 --- a/.github/workflows/release-next.yml +++ b/.github/workflows/release-next.yml @@ -2,8 +2,8 @@ name: Release Next on: workflow_dispatch: - schedule: - - cron: '0 1 * * *' + # schedule: + # - cron: '0 1 * * *' env: SETUP_GO_VERSION: '1.20'