diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8d5c7a9d82..c2102db488 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,5 +1,4 @@ name: tests - on: pull_request: {} workflow_dispatch: @@ -331,9 +330,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - ref: ${{ github.event.pull_request.head.ref }} - repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Download All Job Status Artifacts uses: actions/download-artifact@v4 - name: Aggregate and Update PR Description