From 56b2377cd14fa4f67e2f0a24a4c06afe77056ad3 Mon Sep 17 00:00:00 2001 From: mifi Date: Fri, 13 Feb 2026 15:56:36 -0300 Subject: [PATCH] Pipeline tweaks --- .woodpecker/ci.yml | 4 ++-- .woodpecker/deploy.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/ci.yml b/.woodpecker/ci.yml index 4690927..32d257e 100644 --- a/.woodpecker/ci.yml +++ b/.woodpecker/ci.yml @@ -48,7 +48,7 @@ steps: - pnpm install --frozen-lockfile - pnpm lint depends_on: - - install + - Prettier Format Check - name: Send Lint Status Notification (failure) image: curlimages/curl @@ -76,7 +76,7 @@ steps: - pnpm install --frozen-lockfile - pnpm build depends_on: - - install + - Lint Check - name: Send Build Status Notification (failure) image: curlimages/curl diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index 0ff9939..7055f94 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -12,7 +12,7 @@ when: evaluate: 'CI_PIPELINE_DEPLOY_TARGET == "production"' depends_on: - - ci + - build steps: - name: Trigger Portainer stack redeploy