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:
build:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion != 'cancelled' }}
steps:
- name: Post Comments