summaryrefslogtreecommitdiffstats
path: root/.github/workflows/daily-build.yml
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-05-16 23:38:40 (GMT)
committerGitHub <noreply@github.com>2023-05-16 23:38:40 (GMT)
commitdd82e186ff1719303f07a1c11c08f0905eb6c177 (patch)
tree4db6a5db1f15ab661051d04d9b5540c986d7a863 /.github/workflows/daily-build.yml
parent8af30f782015ad415c104216c66716f720296cbb (diff)
downloadhdf5-dd82e186ff1719303f07a1c11c08f0905eb6c177.zip
hdf5-dd82e186ff1719303f07a1c11c08f0905eb6c177.tar.gz
hdf5-dd82e186ff1719303f07a1c11c08f0905eb6c177.tar.bz2
Update name of DT action and install text (#2966)
Diffstat (limited to '.github/workflows/daily-build.yml')
-rw-r--r--.github/workflows/daily-build.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/workflows/daily-build.yml b/.github/workflows/daily-build.yml
index 0e040ca..8770c56 100644
--- a/.github/workflows/daily-build.yml
+++ b/.github/workflows/daily-build.yml
@@ -1,4 +1,4 @@
-name: hdf5 dev daily build
+name: hdf5 1.14 daily build
# Controls when the action will run. Triggers the workflow on a schedule
on:
@@ -19,3 +19,10 @@ jobs:
file_base: ${{ needs.call-workflow-tarball.outputs.file_base }}
if: ${{ needs.call-workflow-tarball.outputs.has_changes == 'true' }}
+ call-workflow-release:
+ needs: call-workflow-ctest
+ uses: ./.github/workflows/release.yml
+ with:
+ file_base: ${{ needs.call-workflow-tarball.outputs.file_base }}
+ if: ${{ needs.call-workflow-tarball.outputs.has_changes == 'true' }}
+