diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2bb4c6..8b76f3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: name: Test Integration runs-on: ubuntu-latest # run integration tests on PRs originating in the upstream repo (non-forks only) - if: github.event_name != 'pull_request' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) + if: github.repository == 'axiomhq/axiom-py' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) needs: lint strategy: fail-fast: true