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:
parent
c4e6c619ba
commit
bda269059b
7 changed files with 7 additions and 0 deletions
1
.github/workflows/deploy_collab.yml
vendored
1
.github/workflows/deploy_collab.yml
vendored
|
@ -12,6 +12,7 @@ env:
|
|||
jobs:
|
||||
style:
|
||||
name: Check formatting and Clippy lints
|
||||
if: github.repository_owner == 'zed-industries'
|
||||
runs-on:
|
||||
- self-hosted
|
||||
- test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue