mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 17:00:30 +00:00
Add tests on renovate branches (#2798)
This sets the scene for a potential automerge of dev deps when tests pass. What is still missing is that somebody triggers the CI run (or a whitelist for it). --------- Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
This commit is contained in:
parent
f2ed2e7b48
commit
e3bcdbecfa
5 changed files with 7 additions and 1 deletions
|
@ -6,6 +6,7 @@ when:
|
|||
branch:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
- release/*
|
||||
- renovate/*
|
||||
|
||||
depends_on:
|
||||
- test
|
||||
|
|
|
@ -12,7 +12,9 @@ when:
|
|||
- 'cmd/cli/**'
|
||||
# api docs
|
||||
- 'server/api/**'
|
||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
branch:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
- renovate/*
|
||||
- cron: update_docs
|
||||
event: cron
|
||||
- event: manual
|
||||
|
|
|
@ -6,6 +6,7 @@ when:
|
|||
branch:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
- release/*
|
||||
- renovate/*
|
||||
|
||||
variables:
|
||||
- &trivy_image aquasec/trivy:0.46.1
|
||||
|
|
|
@ -6,6 +6,7 @@ when:
|
|||
branch:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
- release/*
|
||||
- renovate/*
|
||||
|
||||
variables:
|
||||
- &golang_image 'docker.io/golang:1.21.3'
|
||||
|
|
|
@ -6,6 +6,7 @@ when:
|
|||
branch:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
- release/*
|
||||
- renovate/*
|
||||
|
||||
variables:
|
||||
- &node_image 'docker.io/node:21-alpine'
|
||||
|
|
Loading…
Reference in a new issue