Kill unnecessary clone step
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed

This commit is contained in:
2026-02-12 15:11:38 -03:00
parent 0b350f36fa
commit ad66dff5e7

View File

@@ -1,5 +1,6 @@
# Deploy: build image, push to registry, trigger Portainer stack redeploy.
# Runs on push/tag/manual to main only, after ci workflow succeeds.
skip_clone: true
when:
- branch: main
event: [push, tag, manual]