Skip to content

Commit

Permalink
Fixes deploy issue for extra arm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel authored Nov 21, 2023
1 parent 3484858 commit 5788e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extra-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

- name: Update artifact in latest-release
uses: ncipollo/release-action@v1
if: github.event_name == 'schedule' || (github.event_name == 'push' && endsWith( github.ref , 'Cog' ))
if: github.event_name == 'schedule' || (github.event.inputs.should-deploy == 'true' && endsWith( github.ref , 'Cog' ))
with:
prerelease: true
allowUpdates: true
Expand Down

0 comments on commit 5788e42

Please sign in to comment.