Skip to content

Commit 46ebadd

Browse files
authored
Merge pull request #153 from mvallim/release/1.10.1
Auto-created pull request into `master` from `release/1.10.1`
2 parents dfb68f5 + b090175 commit 46ebadd

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

.github/workflows/cd-release.yml

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

20-
gates:
21-
needs: ci
22-
if: success()
23-
uses: ./.github/workflows/ci-gates.yml
24-
secrets: inherit
25-
2620
release:
27-
needs: gates
21+
needs: ci
2822
uses: ./.github/workflows/cd-deploy.yml
2923
secrets: inherit
3024
with:

.github/workflows/quality.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: SonarQube
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
types: [opened, synchronize, reopened]
9+
10+
jobs:
11+
gates:
12+
uses: ./.github/workflows/ci-gates.yml
13+
secrets: inherit

0 commit comments

Comments
 (0)