Skip to content

[actions] (deps): Bump the dev-dependencies group across 1 directory … #81

[actions] (deps): Bump the dev-dependencies group across 1 directory …

[actions] (deps): Bump the dev-dependencies group across 1 directory … #81

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@91910686861e4e1d8282a267a896eb39d46240fb
with:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}