diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 45eb38c1..799a9b23 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,6 +73,9 @@ jobs: runs-on: ubuntu-latest + # Don't run on 3rd party pull requests, since the secrets won't be available + if: github.event.pull_request.head.repo.full_name == github.repository + steps: - name: Checkout Repo uses: actions/checkout@v3