diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9fd7842..13dd7cba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,4 +21,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: test-command: "yarn test:ci" - coverage-comment: ${{ github.event.name == 'pull_request'}} + coverage-comment: ${{ github.event_name == 'pull_request'}}