mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-24 19:01:02 +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
|
path: *when_path
|
||||||
- branch:
|
- branch:
|
||||||
- ${CI_REPO_DEFAULT_BRANCH}
|
- ${CI_REPO_DEFAULT_BRANCH}
|
||||||
- renovate/*
|
|
||||||
event: [push, tag]
|
event: [push, tag]
|
||||||
path: *when_path
|
path: *when_path
|
||||||
|
|
||||||
|
@ -79,7 +78,6 @@ steps:
|
||||||
path: *when_path
|
path: *when_path
|
||||||
- branch:
|
- branch:
|
||||||
- ${CI_REPO_DEFAULT_BRANCH}
|
- ${CI_REPO_DEFAULT_BRANCH}
|
||||||
- renovate/*
|
|
||||||
event: [push, tag]
|
event: [push, tag]
|
||||||
path: *when_path
|
path: *when_path
|
||||||
|
|
||||||
|
@ -101,9 +99,6 @@ steps:
|
||||||
evaluate: 'CI_COMMIT_PULL_REQUEST_LABELS contains "build_pr_images"'
|
evaluate: 'CI_COMMIT_PULL_REQUEST_LABELS contains "build_pr_images"'
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
path: *when_path
|
path: *when_path
|
||||||
- event: push
|
|
||||||
path: *when_path
|
|
||||||
branch: renovate/*
|
|
||||||
|
|
||||||
cross-compile-server:
|
cross-compile-server:
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -166,9 +161,6 @@ steps:
|
||||||
- evaluate: 'not (CI_COMMIT_PULL_REQUEST_LABELS contains "build_pr_images")'
|
- evaluate: 'not (CI_COMMIT_PULL_REQUEST_LABELS contains "build_pr_images")'
|
||||||
event: pull_request
|
event: pull_request
|
||||||
path: *when_path
|
path: *when_path
|
||||||
- event: push
|
|
||||||
path: *when_path
|
|
||||||
branch: renovate/*
|
|
||||||
|
|
||||||
publish-next-server:
|
publish-next-server:
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
when:
|
when:
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
- event: push
|
|
||||||
branch: renovate/*
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: lint-editorconfig
|
- name: lint-editorconfig
|
||||||
|
|
|
@ -10,9 +10,6 @@ variables:
|
||||||
# schema changes
|
# schema changes
|
||||||
- 'pipeline/schema/**'
|
- 'pipeline/schema/**'
|
||||||
event: pull_request
|
event: pull_request
|
||||||
- event: push
|
|
||||||
branch: renovate/*
|
|
||||||
path: *when_path
|
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
|
|
Loading…
Reference in a new issue