From 2eee54de7749ab35381a9fb06ce5aef5b282a1d2 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Thu, 20 Jul 2023 15:32:11 +0200 Subject: [PATCH] gha: ci: cc-payload-after-push: Add workflow_dispatch trigger Allow triggering this action manually, since we noticed it being skipped on push exactly when we needed it the most. Fixes: #7353 Signed-off-by: Jeremi Piotrowski --- .github/workflows/cc-payload-after-push.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cc-payload-after-push.yaml b/.github/workflows/cc-payload-after-push.yaml index cc995d44ee..b2916bd62d 100644 --- a/.github/workflows/cc-payload-after-push.yaml +++ b/.github/workflows/cc-payload-after-push.yaml @@ -3,6 +3,7 @@ on: push: branches: - CCv0 + workflow_dispatch: jobs: build-assets-amd64: