Skip to content

Commit

Permalink
Merge pull request #134 from MusicDin/fix/image-slackware
Browse files Browse the repository at this point in the history
Upload Slackware images when event_type is schedule
  • Loading branch information
tomponline authored Apr 9, 2024
2 parents 079368d + e84a278 commit 353e85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-slackware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 353e85f

Please sign in to comment.