Skip to content

Commit 9e54066

Browse files
authored
job needs inputs job (#77)
1 parent 7348c0a commit 9e54066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
8181

8282
call-workflow-ctest:
83-
needs: create-files-ctest
83+
needs: [log-the-inputs, create-files-ctest]
8484
uses: ./.github/workflows/cmake-ctest.yml
8585
with:
8686
use_hdf: ${{ needs.log-the-inputs.outputs.rel_tag }}

0 commit comments

Comments
 (0)