From e6e4f0f3df7e58d3e43819b81fc5a90e81744198 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Tue, 12 Mar 2024 11:14:43 +0200 Subject: [PATCH] Debug --- .github/workflows/qns-comment.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/qns-comment.yml b/.github/workflows/qns-comment.yml index 28c3e48d1a..96231abd86 100644 --- a/.github/workflows/qns-comment.yml +++ b/.github/workflows/qns-comment.yml @@ -17,11 +17,12 @@ jobs: permissions: pull-requests: write runs-on: ubuntu-latest - if: > - github.event.workflow_run.event == 'pull_request' && - github.event.workflow_run.conclusion == 'failure' + # if: > + # github.event.workflow_run.event == 'pull_request' && + # github.event.workflow_run.conclusion == 'failure' + if: github.event.workflow_run.event == 'pull_request' steps: - - uses: actions/checkout@v4 +# - uses: actions/checkout@v4 - uses: ./.github/actions/pr-comment with: name: qns