Remove redundant pipelock exclusions, document Dockerfile.preview exclusion

- Remove .github/workflows/ci.yml and .github/workflows/llm-evals.yml from
  pipelock exclude-paths — both already have inline # pipelock:ignore markers
- Keep Dockerfile.preview with inline explanation: uses local dev creds
  (rails/rails) and Dockerfile syntax can't use # pipelock:ignore markers
This commit is contained in:
DataEnginr
2026-06-15 09:29:06 +00:00
parent 5948d79a00
commit 9bbb0e7b32

View File

@@ -30,6 +30,6 @@ jobs:
docs/hosting/ai.md
app/models/provider/binance.rb
workers/preview/package-lock.json
.github/workflows/ci.yml
.github/workflows/llm-evals.yml
# Preview Dockerfile uses local dev credentials (rails/rails) that are
# not real secrets; Dockerfile format does not support inline # pipelock:ignore
Dockerfile.preview