fix: dont run on renovate branches

This commit is contained in:
Aravinth Manivannan 2025-10-02 12:48:33 +05:30
parent d390bb10a8
commit 1f7326cacc
No known key found for this signature in database
GPG Key ID: F8F50389936984FF

View File

@ -7,12 +7,19 @@ steps:
- event: [pull_request, push]
- branch:
include: [woodpecker-pipeline]
exclude: ["renovate/*"]
exclude:
- renovate/\*
volumes:
- /var/lib/woodpercker-cache/mcaptcha/yarn:/root/.cache/yarn
backend:
image: rust:latest
when:
- event: [pull_request, push]
- branch:
include: [woodpecker-pipeline]
exclude:
- renovate/\*
commands:
- cargo --version
- make cache-bust