ci: dont skip on missing branch
Some checks failed
ci/woodpecker/push/flake-lock-update Pipeline failed
ci/woodpecker/pr/flake-lock-update Pipeline failed
ci/woodpecker/manual/flake-lock-update Pipeline failed

This commit is contained in:
notohh 2024-01-23 16:56:52 -05:00
parent 3f369c562f
commit 7ee9c99238
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -17,7 +17,7 @@ steps:
base_branch: main
pr_title: "flake.lock: update"
pr_body: PR automatically created by Woodpecker CI
skip_on_missing_branch: true
skip_on_missing_branch: false
close_pr_if_empty: true
delete_branch_if_pr_empty: true
merge_when_checks_succeed: false