From b0d816a83223f44264f50281b930125414d9830b Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Tue, 12 Mar 2024 11:10:03 +0200 Subject: [PATCH] Checkout --- .github/workflows/bench-comment.yml | 1 + .github/workflows/qns-comment.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/bench-comment.yml b/.github/workflows/bench-comment.yml index 7bf7f4bba6..19c9488235 100644 --- a/.github/workflows/bench-comment.yml +++ b/.github/workflows/bench-comment.yml @@ -19,6 +19,7 @@ jobs: runs-on: ubuntu-latest if: github.event.workflow_run.event == 'pull_request' steps: + - uses: actions/checkout@v4 - uses: ./.github/actions/pr-comment with: name: bench diff --git a/.github/workflows/qns-comment.yml b/.github/workflows/qns-comment.yml index 57a9a151cd..28c3e48d1a 100644 --- a/.github/workflows/qns-comment.yml +++ b/.github/workflows/qns-comment.yml @@ -21,6 +21,7 @@ jobs: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'failure' steps: + - uses: actions/checkout@v4 - uses: ./.github/actions/pr-comment with: name: qns