Disable... differently.
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
# # CI: runs on every push. Install, lint, check, test, build (dev), e2e.
|
||||
# when:
|
||||
# - event: pull_request
|
||||
# - event: push
|
||||
# branch: main
|
||||
# - event: tag
|
||||
# - event: manual
|
||||
# CI: runs on every push. Install, lint, check, test, build (dev), e2e.
|
||||
when:
|
||||
- event: pull_request
|
||||
- event: push
|
||||
branch: main
|
||||
- event: tag
|
||||
- event: manual
|
||||
|
||||
# steps:
|
||||
# install:
|
||||
# image: node:22-bookworm-slim
|
||||
# commands:
|
||||
# - corepack enable
|
||||
# - corepack prepare pnpm@latest --activate
|
||||
# - pnpm install --frozen-lockfile
|
||||
steps:
|
||||
install:
|
||||
image: node:22-bookworm-slim
|
||||
commands:
|
||||
- corepack enable
|
||||
- corepack prepare pnpm@latest --activate
|
||||
- pnpm install --frozen-lockfile
|
||||
|
||||
# lint:
|
||||
# image: node:22-bookworm-slim
|
||||
|
||||
@@ -4,8 +4,8 @@ when:
|
||||
branch: main
|
||||
event: [push, tag, manual]
|
||||
|
||||
# depends_on:
|
||||
# - ci
|
||||
depends_on:
|
||||
- ci
|
||||
|
||||
steps:
|
||||
- name: Docker image build
|
||||
|
||||
Reference in New Issue
Block a user