diff --git a/.github/workflows/ci-config.yml b/.github/workflows/ci-config.yml index dd3c3e5812b..13237b9653c 100644 --- a/.github/workflows/ci-config.yml +++ b/.github/workflows/ci-config.yml @@ -113,3 +113,18 @@ jobs: - name: Sonar Analysis run: mvn sonar:sonar -Dsonar.token=${{ secrets.SONARQUBE_TOKEN }} + + check: + if: always() + needs: + - build + - performance + - documentation + - sonar + runs-on: ubuntu-latest + steps: + - name: Decide whether the needed jobs succeeded or failed + uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # release/v1 + with: + allowed-skips: sonar, performance + jobs: ${{ toJSON(needs) }}