Skip to content

Commit 69544f6

Browse files
emmettownsendclaude
andcommitted
Add check rollup job to CI workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 48d4b27 commit 69544f6

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/ci-config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,18 @@ jobs:
113113
- name: Sonar Analysis
114114
run: mvn sonar:sonar -Dsonar.token=${{ secrets.SONARQUBE_TOKEN }}
115115

116+
117+
check:
118+
if: always()
119+
needs:
120+
- build
121+
- performance
122+
- documentation
123+
- sonar
124+
runs-on: ubuntu-latest
125+
steps:
126+
- name: Decide whether the needed jobs succeeded or failed
127+
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # release/v1
128+
with:
129+
allowed-skips: sonar, performance
130+
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)