From dc57b45d64bba488131a8d92193df152503314ef Mon Sep 17 00:00:00 2001 From: Andrew Dryga Date: Mon, 23 Oct 2023 13:32:44 -0600 Subject: [PATCH] Fix publish workflow and provide a way to trigger it manually (#2491) --- .github/workflows/publish.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 52a663496..b6246a663 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,6 +3,9 @@ on: release: types: - published + # We temporary allow to run deployments to production without publishing a release + # to make sure that the deployment works as expected + workflow_dispatch: env: # mark:automatic-version @@ -115,7 +118,7 @@ jobs: notify_when: "failure" publish-release-images: - needs: deploy-production + needs: deploy-prod runs-on: ubuntu-22.04 strategy: fail-fast: false