From 9bbb0e7b326f0a851af8978bd9f043c60b7073a7 Mon Sep 17 00:00:00 2001 From: DataEnginr Date: Mon, 15 Jun 2026 09:29:06 +0000 Subject: [PATCH] Remove redundant pipelock exclusions, document Dockerfile.preview exclusion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- .github/workflows/pipelock.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipelock.yml b/.github/workflows/pipelock.yml index 3a1e52fb0..06c79394a 100644 --- a/.github/workflows/pipelock.yml +++ b/.github/workflows/pipelock.yml @@ -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