Skip to content

Commit d3be115

Browse files
committed
Correct CI workflow
1 parent d54bd66 commit d3be115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/daily-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Read inputs
5656
id: getinputs
5757
run: |
58-
echo "INPUTS_IGNORE=${{ ((github.event.inputs.use_ignore == '' && github.event.inputs.use_ignore) || 'ignore') }}" >> $GITHUB_OUTPUT
58+
echo "INPUTS_IGNORE=${{ github.event.inputs.use_ignore }}" >> $GITHUB_OUTPUT
5959
6060
- run: echo "use_ignore is ${{ steps.getinputs.outputs.INPUTS_IGNORE }}."
6161

@@ -109,5 +109,5 @@ jobs:
109109
file_base: ${{ needs.get-old-names.outputs.plugin-name }}
110110
use_tag: snapshot
111111
use_environ: snapshots
112-
if: ${{ ((needs.call-workflow-tarball.outputs.has_changes == 'true') || (needs.get-base-names.outputs.run-ignore == 'ignore')) }}
112+
if: ${{ ((needs.call-workflow-tarball.outputs.has_changes == 'true') || (needs.get-base-names.outputs.run-ignore == 'ignore')) && (needs.get-old-names.outputs.hdf5-name != needs.call-workflow-tarball.outputs.file_base) }}
113113

0 commit comments

Comments
 (0)