Always doesn't respect other conditions

This commit is contained in:
Ayaz Salikhov
2022-07-04 20:18:28 +04:00
parent 23f0eb947a
commit aad4f22f41

View File

@@ -35,7 +35,7 @@ jobs:
- name: Cleanup unwanted docker images 🗑️ - name: Cleanup unwanted docker images 🗑️
run: docker system prune --all --force run: docker system prune --all --force
shell: bash shell: bash
if: always() && ${{ inputs.platform == 'aarch64' }} if: always()
- name: Load parent built image to Docker 📥 - name: Load parent built image to Docker 📥
if: ${{ inputs.parentImage != '' }} if: ${{ inputs.parentImage != '' }}
@@ -72,4 +72,4 @@ jobs:
rm /tmp/${{ inputs.image }}-${{ inputs.platform }}.tar rm /tmp/${{ inputs.image }}-${{ inputs.platform }}.tar
docker system prune --all --force docker system prune --all --force
shell: bash shell: bash
if: always() && ${{ inputs.platform == 'aarch64' }} if: always()