diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1b68d565d..80de4bcca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,8 @@ name: Test -on: [push, pull_request_target] +on: + push: + pull_request: jobs: test: @@ -9,9 +11,6 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v2 - with: - ref: ${{github.event.pull_request.head.ref}} - repository: ${{github.event.pull_request.head.repo.full_name}} - name: Set Up Python 3.14 uses: actions/setup-python@v2