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: