From 7b80d9dfa075f02aa597dffdf4c53f6d2bdafb0e Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 31 Mar 2025 04:27:35 -0400 Subject: [PATCH] Comment out wait-for-deploy-production step in Woodpecker CI config --- .woodpecker.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 91a6189..9adeb8d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -121,15 +121,15 @@ steps: event: [push, cron] # Wait for Deploy Completion - wait-for-deploy-production: - name: wait-for-deploy-production - image: woodpeckerci/plugin-git - commands: - - echo "Waiting for deploy step to complete rollout." - - sleep 60 - when: - branch: main - event: push + # wait-for-deploy-production: + # name: wait-for-deploy-production + # image: woodpeckerci/plugin-git + # commands: + # - echo "Waiting for deploy step to complete rollout." + # - sleep 60 + # when: + # branch: main + # event: push # Post-Deployment Smoke Tests # post-deploy-smoke-tests-git-nixc-us: