Skip to content

Merge pull request #85 from github/logger-cleanup-provided-true #111

Merge pull request #85 from github/logger-cleanup-provided-true

Merge pull request #85 from github/logger-cleanup-provided-true #111

Workflow file for this run

Check failure on line 1 in .github/workflows/coverage.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/coverage.yaml

Invalid workflow file

(Line: 13, Col: 9): Unexpected symbol: '"pull_request"'. Located at position 36 within expression: github.event.workflow_run.event == "pull_request" && github.event.workflow_run.conclusion == "success"
name: Post Coverage Commit
on:
workflow_run:
workflows: ["Pytest"]
types:
- completed
jobs:
coverage:
runs-on: ubuntu-latest
if: github.event.workflow_run.event == "pull_request" && github.event.workflow_run.conclusion == "success"
permissions:
pull-requests: write
contents: write
actions: read
steps:
- name: Python Coverage Comment
uses: py-cov-action/python-coverage-comment-action@0544a9c648672334d94ec5dd1add7410b4470ddc
with:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}