diff --git a/.github/workflows/daily-build.yml b/.github/workflows/daily-build.yml index f3a19930970..fd1a230de2d 100644 --- a/.github/workflows/daily-build.yml +++ b/.github/workflows/daily-build.yml @@ -44,7 +44,7 @@ jobs: with: preset_name: ci-StdShar file_base: ${{ needs.call-workflow-tarball.outputs.file_base }} - use_tag: snapshot-1.14 + #use_tag: snapshot-1.14 use_environ: snapshots if: ${{ needs.call-workflow-tarball.outputs.has_changes == 'true' }} diff --git a/.github/workflows/tarball.yml b/.github/workflows/tarball.yml index d2bff33deb7..e54e8cfdb7a 100644 --- a/.github/workflows/tarball.yml +++ b/.github/workflows/tarball.yml @@ -109,7 +109,7 @@ jobs: then FILE_NAME_BASE=$(echo "hdf5-${{ needs.check_commits.outputs.branch_ref }}-${{ needs.check_commits.outputs.branch_sha }}") else - if [[ '${{ inputs.use_tag }}' == 'snapshot' ]] + if [[ '${{ inputs.use_tag }}' == 'snapshot-1.14' ]] then FILE_NAME_BASE=$(echo "snapshot") else