Loading .github/workflows/wd14.yml +2 −2 Original line number Diff line number Diff line Loading @@ -42,12 +42,12 @@ jobs: if [ -f requirements-test.txt ]; then pip install -r requirements-zoo.txt; fi pip install --upgrade build - name: Enable Tag Lazy Mode if: ${{ (github.event.inputs.drop_multi || 'false') == 'true' }} if: ${{ (github.event.inputs.tag_lazy_mode || 'false') == 'true' }} shell: bash run: | echo 'TAG_LAZY_MODE=1' >> $GITHUB_ENV - name: Disable Tag Lazy Mode if: ${{ (github.event.inputs.drop_multi || 'false') == 'false' }} if: ${{ (github.event.inputs.tag_lazy_mode || 'false') == 'false' }} shell: bash run: | echo 'TAG_LAZY_MODE=' >> $GITHUB_ENV Loading Loading
.github/workflows/wd14.yml +2 −2 Original line number Diff line number Diff line Loading @@ -42,12 +42,12 @@ jobs: if [ -f requirements-test.txt ]; then pip install -r requirements-zoo.txt; fi pip install --upgrade build - name: Enable Tag Lazy Mode if: ${{ (github.event.inputs.drop_multi || 'false') == 'true' }} if: ${{ (github.event.inputs.tag_lazy_mode || 'false') == 'true' }} shell: bash run: | echo 'TAG_LAZY_MODE=1' >> $GITHUB_ENV - name: Disable Tag Lazy Mode if: ${{ (github.event.inputs.drop_multi || 'false') == 'false' }} if: ${{ (github.event.inputs.tag_lazy_mode || 'false') == 'false' }} shell: bash run: | echo 'TAG_LAZY_MODE=' >> $GITHUB_ENV Loading