From 262b31a2e1f3fbc65c2aa004c09b702571ad8468 Mon Sep 17 00:00:00 2001 From: oklopfer <104327997+oklopfer@users.noreply.github.com> Date: Sun, 1 Sep 2024 18:57:20 -0400 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ---- 1 file changed, 4 deletions(-) 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