Skip to content

Commit e2b2ffc

Browse files
committed
ci: fix test_success check
1 parent 28ad027 commit e2b2ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# to update the branch protection rules when the test matrix changes
6868
test_success:
6969
runs-on: ubuntu-24.04
70-
needs: [test, lint]
70+
needs: [test, xtask-test, lint]
7171
# 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
7272
if: ${{ always() }}
7373
steps:

0 commit comments

Comments
 (0)