[ci] deploy.yml: manual-only — push events don't set IMAGE_TAG
Some checks are pending
CI / test (push) Waiting to run
CI / build (push) Blocked by required conditions
CI / deploy (push) Blocked by required conditions
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Viktor Barzin 2026-05-07 23:25:28 +00:00
parent f4a4c8892f
commit 5adc4a7ba4

View file

@ -1,5 +1,9 @@
when:
- event: [manual, push]
# 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
steps:
- name: check-vars