File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ jobs:
231231 name : config_artifact
232232
233233 - name : Cache asdf
234- if : inputs.publish_package || inputs.publish_subpackages != ''
234+ if : inputs.publish_packages != ''
235235 uses : actions/cache@v5
236236 with :
237237 path : |
@@ -241,15 +241,15 @@ jobs:
241241 ${{ runner.os }}-asdf-
242242
243243 - name : Install asdf dependencies in .tool-versions
244- if : inputs.publish_package || inputs.publish_subpackages != ''
244+ if : inputs.publish_packages != ''
245245 uses : asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
246246 with :
247247 asdf_version : ${{ inputs.asdfVersion }}
248248 env :
249249 PYTHON_CONFIGURE_OPTS : --enable-shared
250250
251251 - name : Install Dependencies and Build Package
252- if : inputs.publish_package || inputs.publish_subpackages != ''
252+ if : inputs.publish_packages != ''
253253 run : |
254254 make install
255255 make build
You can’t perform that action at this time.
0 commit comments