File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
55
- name : Read inputs
56
56
id : getinputs
57
57
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
59
59
60
60
- run : echo "use_ignore is ${{ steps.getinputs.outputs.INPUTS_IGNORE }}."
61
61
@@ -109,5 +109,5 @@ jobs:
109
109
file_base : ${{ needs.get-old-names.outputs.plugin-name }}
110
110
use_tag : snapshot
111
111
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) }}
113
113
You can’t perform that action at this time.
0 commit comments