Skip to content

Commit

Permalink
ci: Stop running CI on forks (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
notpeter authored Oct 17, 2024
1 parent 62938af commit 36f0c21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
jobs:
package:
runs-on: ubuntu-latest
if: github.repository_owner == 'zed-industries'
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 36f0c21

Please sign in to comment.