diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-05-16 23:38:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-16 23:38:40 (GMT) |
commit | dd82e186ff1719303f07a1c11c08f0905eb6c177 (patch) | |
tree | 4db6a5db1f15ab661051d04d9b5540c986d7a863 /.github/workflows/cmake-ctest.yml | |
parent | 8af30f782015ad415c104216c66716f720296cbb (diff) | |
download | hdf5-dd82e186ff1719303f07a1c11c08f0905eb6c177.zip hdf5-dd82e186ff1719303f07a1c11c08f0905eb6c177.tar.gz hdf5-dd82e186ff1719303f07a1c11c08f0905eb6c177.tar.bz2 |
Update name of DT action and install text (#2966)
Diffstat (limited to '.github/workflows/cmake-ctest.yml')
-rw-r--r-- | .github/workflows/cmake-ctest.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake-ctest.yml b/.github/workflows/cmake-ctest.yml index c21872d..9a05afd 100644 --- a/.github/workflows/cmake-ctest.yml +++ b/.github/workflows/cmake-ctest.yml @@ -1,4 +1,4 @@ -name: hdf5 dev ctest runs +name: hdf5 1.14 ctest runs # Controls when the action will run. Triggers the workflow on a schedule on: |