Skip to content

Commit 1cbc88a

Browse files
authored
Merge pull request #95 from mvallim/feature/update-workflow
Auto-created pull request into `develop` from `feature/update-workflow`
2 parents 334a963 + 846deb1 commit 1cbc88a

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

.github/workflows/cd-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
uses: ./.github/workflows/ci-maven.yml
1818
secrets: inherit
1919

20-
# release:
21-
# needs: ci
22-
# uses: ./.github/workflows/cd-deploy.yml
23-
# secrets: inherit
24-
# with:
25-
# environment: release
20+
release:
21+
needs: ci
22+
uses: ./.github/workflows/cd-deploy.yml
23+
secrets: inherit
24+
with:
25+
environment: release

.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)