Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhnroyal committed Apr 4, 2024
1 parent e7a60aa commit 11fe74f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coverage_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 11fe74f

Please sign in to comment.