mirror of
https://code.forgejo.org/actions/forgejo-release
synced 2026-07-02 14:19:31 +00:00
ci: skip renovate push (#178)
Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/178
This commit is contained in:
parent
22f7244d87
commit
4bf6234717
2 changed files with 4 additions and 2 deletions
|
|
@ -3,7 +3,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- "**"
|
||||
- !renovate/**
|
||||
branches-ignore:
|
||||
- renovate/** # they are build via PR
|
||||
|
||||
env:
|
||||
FORGEJO_VERSION: 11.0.15 # renovate: datasource=docker depName=data.forgejo.org/forgejo/forgejo
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- '**'
|
||||
- !renovate/**
|
||||
branches-ignore:
|
||||
- renovate/** # they are build via PR
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue