This commit is contained in:
J. Nick Koston 2025-07-12 14:16:20 -10:00
parent 34694997ec
commit 1020879eb7
No known key found for this signature in database

View File

@ -368,7 +368,10 @@ jobs:
needs:
- clang-tidy-deps
- determine-jobs
if: needs.determine-jobs.outputs.clang-tidy == 'true'
if: |
always() &&
needs.determine-jobs.outputs.clang-tidy == 'true' &&
needs.clang-tidy-deps.result == 'success'
env:
GH_TOKEN: ${{ github.token }}
strategy: