We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7348c0a commit 9e54066Copy full SHA for 9e54066
.github/workflows/release.yml
@@ -80,7 +80,7 @@ jobs:
80
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
81
82
call-workflow-ctest:
83
- needs: create-files-ctest
+ needs: [log-the-inputs, create-files-ctest]
84
uses: ./.github/workflows/cmake-ctest.yml
85
with:
86
use_hdf: ${{ needs.log-the-inputs.outputs.rel_tag }}
0 commit comments