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

Marshall Bowers created

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

Change summary

.github/workflows/bump_patch_version.yml        | 1 +
.github/workflows/community_delete_comments.yml | 1 +
.github/workflows/community_release_actions.yml | 1 +
.github/workflows/danger.yml                    | 1 +
.github/workflows/deploy_collab.yml             | 1 +
.github/workflows/publish_extension_cli.yml     | 1 +
.github/workflows/randomized_tests.yml          | 1 +
7 files changed, 7 insertions(+)

Detailed changes

.github/workflows/deploy_collab.yml 🔗

@@ -12,6 +12,7 @@ env:
 jobs:
   style:
     name: Check formatting and Clippy lints
+    if: github.repository_owner == 'zed-industries'
     runs-on:
       - self-hosted
       - test