From 4643cbb724f7aa80fcfb0cf5b305320aadac6189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:53:10 +0200 Subject: [PATCH] ci: allow manual workflow_dispatch trigger MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a workflow_dispatch trigger so CI can be re-run on demand against the latest reusable-workflows@main. Reruns of an existing run pin the original workflow resolution, so a manual dispatch (or a fresh push/PR) is the only way to pick up a fix that landed upstream without committing unrelated changes. Co-Authored-By: Claude Opus 4.8 Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9fb1f37436..b74f6c6bef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,7 @@ on: - opened - synchronize - reopened + workflow_dispatch: permissions: contents: read