mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
Add missing if check on developer workflow (#5437)
This commit is contained in:
parent
972af7fc33
commit
97efe2ecc8
1
.github/workflows/daily-build.yml
vendored
1
.github/workflows/daily-build.yml
vendored
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user