Skip to content

Commit 3b6bbf5

Browse files
committed
ci: update workflow
1 parent 3ceafd7 commit 3b6bbf5

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,13 @@ jobs:
4141
echo "labels=$LABELS" >> $GITHUB_OUTPUT
4242
echo "target-branch=release/$VERSION" >> $GITHUB_OUTPUT
4343
44-
# ci:
45-
# needs: variables
46-
# uses: ./.github/workflows/ci-maven.yml
47-
# secrets: inherit
48-
49-
# gates:
50-
# needs: ci
51-
# if: success()
52-
# uses: ./.github/workflows/ci-gates.yml
53-
# secrets: inherit
44+
ci:
45+
needs: variables
46+
uses: ./.github/workflows/ci-maven.yml
47+
secrets: inherit
5448

5549
pull-request:
56-
# needs: [gates, variables]
57-
needs: variables
50+
needs: [ci, variables]
5851
if: success()
5952
uses: ./.github/workflows/ci-pull-request.yml
6053
secrets: inherit

0 commit comments

Comments
 (0)