ci: dont skip on missing branch
Some checks failed
ci/woodpecker/cron/flake-lock-update Pipeline failed
Some checks failed
ci/woodpecker/cron/flake-lock-update Pipeline failed
This commit is contained in:
parent
fe20e2fda5
commit
b368117a6b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,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
|
||||
|
|
Loading…
Reference in a new issue