diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 01f34de8a5..45ef5efa32 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -298,6 +298,8 @@ jobs: needs: [test-on-ubuntu, test-on-debian] if: ${{ always() }} steps: + - name: Checkout + uses: actions/checkout@v4 - name: Update PR Description with CI Status run: | STATUS_SUMMARY=""