Skip to content

Commit

Permalink
Only run GHA under zed-industries GitHub org.
Browse files Browse the repository at this point in the history
  • Loading branch information
notpeter committed Oct 17, 2024
1 parent 751c03a commit 7a292d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ env:
jobs:
migration_checks:
name: Check Postgres and Protobuf migrations, mergability
if: github.repository_owner == 'zed-industries'
timeout-minutes: 60
runs-on:
- self-hosted
Expand Down Expand Up @@ -71,6 +72,7 @@ jobs:
style:
timeout-minutes: 60
name: Check formatting and spelling
if: github.repository_owner == 'zed-industries'
runs-on:
- buildjet-8vcpu-ubuntu-2204
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
deploy-docs:
name: Deploy Docs
if: github.repository_owner == 'zed-industries'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 7a292d6

Please sign in to comment.