From 5788e4222687e3e5d36183a5995fbacd78390583 Mon Sep 17 00:00:00 2001 From: Marcel Taeumel Date: Tue, 21 Nov 2023 10:36:27 +0100 Subject: [PATCH] Fixes deploy issue for extra arm builds --- .github/workflows/extra-arm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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