From 11fe74f3927dbcb023b9ca0c972880f76eaf1718 Mon Sep 17 00:00:00 2001 From: Peter Leibiger Date: Thu, 4 Apr 2024 19:35:44 +0200 Subject: [PATCH] Logging --- .github/workflows/coverage_comment.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage_comment.yml b/.github/workflows/coverage_comment.yml index bd6b315ce..b45adfe49 100644 --- a/.github/workflows/coverage_comment.yml +++ b/.github/workflows/coverage_comment.yml @@ -9,8 +9,10 @@ on: jobs: download_coverage: runs-on: ubuntu-latest - if: github.event.workflow_run.payload.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request' +# if: github.event.workflow_run.payload.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request' steps: + - run: echo ${{ github.event.workflow_run }} + - run: echo ${{ github.event }} - name: Download artifact uses: actions/download-artifact@v4 with: