Disable... differently.
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed

This commit is contained in:
2026-02-06 20:04:30 -03:00
parent ab7b9fa70c
commit b81be70cbe
2 changed files with 63 additions and 63 deletions

View File

@@ -1,18 +1,18 @@
# # CI: runs on every push. Install, lint, check, test, build (dev), e2e. # CI: runs on every push. Install, lint, check, test, build (dev), e2e.
# when: when:
# - event: pull_request - event: pull_request
# - event: push - event: push
# branch: main branch: main
# - event: tag - event: tag
# - event: manual - event: manual
# steps: steps:
# install: install:
# image: node:22-bookworm-slim image: node:22-bookworm-slim
# commands: commands:
# - corepack enable - corepack enable
# - corepack prepare pnpm@latest --activate - corepack prepare pnpm@latest --activate
# - pnpm install --frozen-lockfile - pnpm install --frozen-lockfile
# lint: # lint:
# image: node:22-bookworm-slim # image: node:22-bookworm-slim

View File

@@ -4,8 +4,8 @@ when:
branch: main branch: main
event: [push, tag, manual] event: [push, tag, manual]
# depends_on: depends_on:
# - ci - ci
steps: steps:
- name: Docker image build - name: Docker image build