Skip to content

Commit b19a858

Browse files
nazar-pcLegNeato
authored andcommitted
Fix CI skipping
1 parent e6d017d commit b19a858

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ jobs:
175175
test_success:
176176
runs-on: ubuntu-24.04
177177
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() }}
178180
steps:
179181
- run: echo "All test jobs passed"
180182

0 commit comments

Comments
 (0)