Skip to content

Commit

Permalink
Correct name of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Nov 27, 2023
1 parent 2ff125a commit 6d5fc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

call-workflow-ant:
needs: [get-base-names, call-workflow-tarball]
uses: ./.github/workflows/cmake-ctest.yml
uses: ./.github/workflows/ant.yml
with:
file_base: ${{ needs.call-workflow-tarball.outputs.file_base }}
use_hdf: ${{ needs.get-base-names.outputs.hdf4-name }}
Expand Down

0 comments on commit 6d5fc98

Please sign in to comment.