ci: Always run PR comments job

This commit is contained in:
Nick Bolton
2024-10-15 08:50:18 +01:00
parent 5f78d175c9
commit 78d086369b

View File

@ -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 }}