From 8cdcb9f292a7d14ae463a6443967ebc2d55c852e Mon Sep 17 00:00:00 2001 From: Thomas Hallock Date: Sat, 24 Jan 2026 06:43:39 -0600 Subject: [PATCH] fix(smoke-tests): include .dockerignore in workflow paths filter Ensures the smoke tests image is rebuilt when .dockerignore changes affect which files are included. Co-Authored-By: Claude Opus 4.5 --- .github/workflows/smoke-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index 92f4253a..f4acd205 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -9,6 +9,7 @@ on: - 'apps/web/Dockerfile.smoke-tests' - 'apps/web/playwright.config.ts' - '.github/workflows/smoke-tests.yml' + - '.dockerignore' workflow_dispatch: env: