From fe7d9f9f8be88b272a725694862294b4835dfe61 Mon Sep 17 00:00:00 2001 From: Lucas Manuel Rodriguez Date: Thu, 21 Sep 2023 15:14:43 -0300 Subject: [PATCH] Allow manual run of docker publish CI action (#14051) I need this change to load test #13926. Due to recent changes we are not triggering a build on every branch/commit pushed. For load testing we need a way to trigger a build manually. --- .github/workflows/goreleaser-snapshot-fleet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/goreleaser-snapshot-fleet.yaml b/.github/workflows/goreleaser-snapshot-fleet.yaml index e35ecb5fac..e4f7577497 100644 --- a/.github/workflows/goreleaser-snapshot-fleet.yaml +++ b/.github/workflows/goreleaser-snapshot-fleet.yaml @@ -11,6 +11,7 @@ on: - 'handbook/**' - 'website/**' - 'mdm-profiles/**' + workflow_dispatch: # Manual # This allows a subsequently queued workflow run to interrupt previous runs concurrency: