diff --git a/.github/workflows/image-slackware.yml b/.github/workflows/image-slackware.yml index 416351a91..486610ac9 100644 --- a/.github/workflows/image-slackware.yml +++ b/.github/workflows/image-slackware.yml @@ -77,7 +77,7 @@ jobs: - name: Upload image uses: ./.github/actions/image-upload - if: inputs.publish == true + if: github.event_name == 'schedule' || inputs.publish == true with: target: ${{ env.target }} image_dir: "${{ env.distro }}/${{ matrix.release }}/${{ matrix.architecture }}/${{ matrix.variant }}"