We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1b156 commit d8eb3c7Copy full SHA for d8eb3c7
.github/workflows/ci.yml
@@ -121,9 +121,7 @@ jobs:
121
check_name: JUnit (Build 🏗 ${{ matrix.kind }}️, Java ☕️ ${{ matrix.jre }}, OS 💿 ${{ matrix.os }})
122
report_paths: '*/build/test-results/*/TEST-*.xml'
123
check_retries: true
124
-
125
- # Status check that is required in branch protection rules.
126
- final-status:
+ final-status: # Status check that is required in branch protection rules.
127
name: Final Status 🎯
128
needs:
129
- sanity-check
0 commit comments