Add missing if check on developer workflow (#5437)

This commit is contained in:
Allen Byrne 2025-04-11 14:18:31 -05:00 committed by GitHub
parent 972af7fc33
commit 97efe2ecc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,6 +100,7 @@ jobs:
uses: ./.github/workflows/dev-cmake.yml
with:
file_base: ${{ needs.call-workflow-tarball.outputs.file_base }}
if: ${{ ((needs.call-workflow-tarball.outputs.has_changes == 'true') || (needs.get-old-names.outputs.run-ignore == 'ignore')) }}
call-workflow-sanitizers:
needs: [get-old-names, call-workflow-tarball]