diff --git a/.github/workflows/extra-arm.yml b/.github/workflows/extra-arm.yml index 838c7d544b..e2d9f395c3 100644 --- a/.github/workflows/extra-arm.yml +++ b/.github/workflows/extra-arm.yml @@ -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