diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc1bf54d7..5ecc0a26a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,10 +29,10 @@ env: PACKAGE_PATH: ./dist jobs: + # Always run this job, even if not on PR, since other jobs need it. pr-comment-flags: runs-on: ubuntu-latest needs: lint-clang - if: ${{ github.event_name == 'pull_request' }} outputs: no-sonar: ${{ steps.check.outputs.no-sonar }} @@ -42,6 +42,7 @@ jobs: uses: actions/checkout@v4 - name: Check PR comment for flags + if: ${{ github.event_name == 'pull_request' }} id: check env: PR_BODY: ${{ github.event.pull_request.body }}