Remove renovate branch triggers (#4437)

This commit is contained in:
Patrick Schratz 2024-11-22 20:23:10 +01:00 committed by GitHub
parent 4003df4626
commit ecfae91307
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 13 deletions

View file

@ -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:

View file

@ -1,7 +1,5 @@
when: when:
- event: pull_request - event: pull_request
- event: push
branch: renovate/*
steps: steps:
- name: lint-editorconfig - name: lint-editorconfig

View file

@ -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