Allow manual pipeline runs for the split mirror
ci/woodpecker/manual/woodpecker Pipeline failed

Path-filtered push events hide the workflow for unrelated pushes and manual
restarts have no changed-files list; add event: manual so the mirror can be
triggered from the Woodpecker UI.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-04 20:03:35 +02:00
co-authored by Claude Fable 5
parent af779b0988
commit b1b619befa
+2
View File
@@ -10,6 +10,7 @@ when:
- event: push
branch: master
path: "libs/ruby/warp_engine/**"
- event: manual
- event: tag
ref: refs/tags/warp_engine-v*
@@ -33,6 +34,7 @@ steps:
when:
- event: push
branch: master
- event: manual
publish-gem:
image: ruby:3.3-slim