mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-24 10:51:01 +00:00
Remove renovate
branch triggers (#4437)
This commit is contained in:
parent
4003df4626
commit
ecfae91307
3 changed files with 0 additions and 13 deletions
|
@ -58,7 +58,6 @@ steps:
|
|||
path: *when_path
|
||||
- branch:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
- renovate/*
|
||||
event: [push, tag]
|
||||
path: *when_path
|
||||
|
||||
|
@ -79,7 +78,6 @@ steps:
|
|||
path: *when_path
|
||||
- branch:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
- renovate/*
|
||||
event: [push, tag]
|
||||
path: *when_path
|
||||
|
||||
|
@ -101,9 +99,6 @@ steps:
|
|||
evaluate: 'CI_COMMIT_PULL_REQUEST_LABELS contains "build_pr_images"'
|
||||
- event: pull_request
|
||||
path: *when_path
|
||||
- event: push
|
||||
path: *when_path
|
||||
branch: renovate/*
|
||||
|
||||
cross-compile-server:
|
||||
depends_on:
|
||||
|
@ -166,9 +161,6 @@ steps:
|
|||
- evaluate: 'not (CI_COMMIT_PULL_REQUEST_LABELS contains "build_pr_images")'
|
||||
event: pull_request
|
||||
path: *when_path
|
||||
- event: push
|
||||
path: *when_path
|
||||
branch: renovate/*
|
||||
|
||||
publish-next-server:
|
||||
depends_on:
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
when:
|
||||
- event: pull_request
|
||||
- event: push
|
||||
branch: renovate/*
|
||||
|
||||
steps:
|
||||
- name: lint-editorconfig
|
||||
|
|
|
@ -10,9 +10,6 @@ variables:
|
|||
# schema changes
|
||||
- 'pipeline/schema/**'
|
||||
event: pull_request
|
||||
- event: push
|
||||
branch: renovate/*
|
||||
path: *when_path
|
||||
|
||||
when:
|
||||
- event: pull_request
|
||||
|
|
Loading…
Reference in a new issue