Skip to content

Commit dfb68f5

Browse files
authored
Merge pull request #150 from mvallim/release/1.10.1
Auto-created pull request into `master` from `release/1.10.1`
2 parents 67691e6 + 32f6617 commit dfb68f5

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/cd-release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,14 @@ jobs:
1717
uses: ./.github/workflows/ci-maven.yml
1818
secrets: inherit
1919

20-
release:
20+
gates:
2121
needs: ci
22+
if: success()
23+
uses: ./.github/workflows/ci-gates.yml
24+
secrets: inherit
25+
26+
release:
27+
needs: gates
2228
uses: ./.github/workflows/cd-deploy.yml
2329
secrets: inherit
2430
with:

0 commit comments

Comments
 (0)