Compare commits

..

No commits in common. "main" and "phase-0-scaffold" have entirely different histories.

View file

@ -1,9 +1,5 @@
when:
# Manual-only — fired with IMAGE_TAG by the build pipeline (or
# by a human kicking off a deploy from the Woodpecker UI).
# The earlier `[manual, push]` would fire on every push and fail
# at check-vars because IMAGE_TAG is unset on push events.
- event: manual
- event: [manual, push]
steps:
- name: check-vars