From e6d677989dd8807c55804384eb118a71dd3d8f12 Mon Sep 17 00:00:00 2001 From: Marcos Tischer Vallim Date: Fri, 1 May 2026 18:27:24 -0300 Subject: [PATCH] ci: update gate workflow Signed-off-by: Marcos Tischer Vallim --- .github/workflows/cd-release.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd-release.yml b/.github/workflows/cd-release.yml index 83f36da..54e0a53 100644 --- a/.github/workflows/cd-release.yml +++ b/.github/workflows/cd-release.yml @@ -17,8 +17,14 @@ jobs: uses: ./.github/workflows/ci-maven.yml secrets: inherit - release: + gates: needs: ci + if: success() + uses: ./.github/workflows/ci-gates.yml + secrets: inherit + + release: + needs: gates uses: ./.github/workflows/cd-deploy.yml secrets: inherit with: