We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ceafd7 commit 3b6bbf5Copy full SHA for 3b6bbf5
.github/workflows/ci.yml
@@ -41,20 +41,13 @@ jobs:
41
echo "labels=$LABELS" >> $GITHUB_OUTPUT
42
echo "target-branch=release/$VERSION" >> $GITHUB_OUTPUT
43
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
+ ci:
+ needs: variables
+ uses: ./.github/workflows/ci-maven.yml
+ secrets: inherit
54
55
pull-request:
56
- # needs: [gates, variables]
57
- needs: variables
+ needs: [ci, variables]
58
if: success()
59
uses: ./.github/workflows/ci-pull-request.yml
60
secrets: inherit
0 commit comments