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