fix: disable actions

This commit is contained in:
Aravinth Manivannan
2025-10-02 11:26:27 +05:30
parent 9662d03450
commit e5690ff4ea
6 changed files with 22 additions and 477 deletions

View File

@@ -1,10 +1,24 @@
steps:
build_docker_img:
image: plugins/docker
frontend:
image: node:20
when:
event: [pull_request]
settings:
dry_run: true
repo: mcaptcha/mcaptcha
tags:
latest
- event: [pull_request, push]
- branch:
include: [woodpecker-pipeline]
exclude: ["renovate/*"]
commands:
# - apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends make
# - yarn install && cd docs/openapi && yarn install
- make frontend
backend:
image: rust:latest
when:
- event: [pull_request, push]
- branch:
include: [woodpecker-pipeline]
exclude: ["renovate/*"]
commands:
- cargo --version
- make cache-bust
- cargo build