Skip to content

Commit

Permalink
Comment out unused (for now) arg (#4245)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Mar 26, 2024
1 parent 3c86f0f commit 1cbd77f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cbd77f

Please sign in to comment.