Skip to content

Commit

Permalink
Only run CI tests if PR is not from a fork
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbcode authored Oct 4, 2024
1 parent 5f8e213 commit bce7dc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:

jobs:
build:
if: github.event.pull_request.head.repo.full_name == github.repository
name: "python ${{ matrix.python-version }} tests"
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit bce7dc4

Please sign in to comment.