ci: fix conditions
This commit is contained in:
parent
4164410d55
commit
57d4590ae3
2 changed files with 4 additions and 5 deletions
|
@ -5,8 +5,7 @@ when:
|
||||||
- pull_request
|
- pull_request
|
||||||
- tag
|
- tag
|
||||||
- push
|
- push
|
||||||
|
branch:
|
||||||
branches:
|
|
||||||
- main
|
- main
|
||||||
- release/**
|
- release/**
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
|
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- cron
|
- cron
|
||||||
- manual
|
cron: renovate
|
||||||
repo: forgejo-contrib/forgejo-helm
|
repo: forgejo-contrib/forgejo-helm
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
|
@ -20,4 +20,4 @@ pipeline:
|
||||||
- source: token
|
- source: token
|
||||||
target: renovate_token
|
target: renovate_token
|
||||||
- source: gh_token
|
- source: gh_token
|
||||||
target: github_com_token
|
target: github_com_token
|
||||||
|
|
Loading…
Reference in a new issue