diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index 4038ff8de1..014df58c81 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -7,8 +7,7 @@ on: jobs: pr_comment: - if: github.event.workflow_run.event == 'pull_request' && - github.event.workflow_run.conclusion == 'success' + if: ${{ github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' }} runs-on: ubuntu-latest steps: - env: