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 e6d017d commit b19a858Copy full SHA for b19a858
.github/workflows/ci.yaml
@@ -175,6 +175,8 @@ jobs:
175
test_success:
176
runs-on: ubuntu-24.04
177
needs: [test, compiletest, difftest, android]
178
+ # Hack for buggy GitHub Actions behavior with skipped checks: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks
179
+ if: ${{ always() }}
180
steps:
181
- run: echo "All test jobs passed"
182
0 commit comments