Skip to content

Commit

Permalink
Update reusable-ci-build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spbolton authored Apr 1, 2024
1 parent 6670c88 commit 795afed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/reusable-ci-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build-jdk11,linux-jvm-tests,linux-integration-tests,linux-postman-tests]
if: |
(success() || failure()) &&
(github.repository == 'dotCMS/core') &&
(always() && !cancelled()) &&
(github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -592,7 +591,7 @@ jobs:
- name: SonarQube Quality Gate check
id: sonarqube-quality-gate-check
if: |
(success() || failure()) &&
(success() || !cancelled()) &&
(github.repository == 'dotCMS/core') &&
(github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
uses: sonarsource/sonarqube-quality-gate-action@master
Expand Down

0 comments on commit 795afed

Please sign in to comment.