From 208e53a02fdd3c9764f9242cac55cf004170d53d Mon Sep 17 00:00:00 2001 From: Erik Burton Date: Thu, 11 Sep 2025 11:06:08 -0700 Subject: [PATCH] fix(ci): disable cre nightly deployments --- .github/workflows/docker-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 92095aedda0..5db219fd02f 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -242,7 +242,9 @@ jobs: secrets: inherit deploy-nightly-core: - if: ${{ github.event_name == 'schedule' }} + if: false + # temporarily disabled + # if: ${{ github.event_name == 'schedule' }} needs: [docker-core] permissions: contents: read