Don't run clang-tidy-comments on a canceled job

This commit is contained in:
Dan Paulat 2025-01-11 01:27:01 -06:00
parent c78fd097a1
commit 84d88f5040

View file

@ -9,6 +9,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion != 'cancelled' }}
steps: steps:
- name: Post Comments - name: Post Comments