From fd0b598c91769bfd9cd1b6f6ffa5e073e208488f 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage_comment.yml b/.github/workflows/coverage_comment.yml index bd6b315ce..722429a9d 100644 --- a/.github/workflows/coverage_comment.yml +++ b/.github/workflows/coverage_comment.yml @@ -9,12 +9,13 @@ 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 ${{ toJson(github.event) }} - name: Download artifact uses: actions/download-artifact@v4 with: - run_id: ${{ github.event.workflow_run.id }} + run-id: ${{ github.event.workflow_run.id }} name: code-coverage-results.md path: . - name: Add PR comment