ci: Restrict more jobs to only run in the zed-industries organization (#23803)

This PR updates the GitHub Action definitions to restrict more CI jobs
to only run in the `zed-industries` organization (and thus, not on
forks).

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-01-28 16:30:42 -05:00 committed by GitHub
parent c4e6c619ba
commit bda269059b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 0 deletions

View file

@ -11,6 +11,7 @@ on:
jobs:
danger:
if: github.repository_owner == 'zed-industries'
runs-on: ubuntu-latest
steps: