ci: Prevent "Tests Pass" job from running on forks (#31778)

Example fork [actions run](https://github.com/alphaArgon/zed/actions/runs/15349715488/job/43194591563)
which would be suppressed in the future.

(Sorry @alphaArgon)

Release Notes:

- N/A
This commit is contained in:
Peter Tripp
2025-05-30 16:09:22 -04:00
committed by GitHub
parent f881cacd8a
commit a78563b80b
+3 -1
View File
@@ -482,7 +482,9 @@ jobs:
- macos_tests
- windows_clippy
- windows_tests
if: always()
if: |
github.repository_owner == 'zed-industries' &&
always()
steps:
- name: Check all tests passed
run: |