Disable... differently.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user