From 488581fcc17f19b9fc14bed5b573632ccf1ff6cb Mon Sep 17 00:00:00 2001 From: Scott Lepper Date: Thu, 27 Mar 2025 14:44:57 -0400 Subject: [PATCH] fix indent (#103018) --- .github/workflows/trigger-dashboard-search-e2e.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/trigger-dashboard-search-e2e.yml b/.github/workflows/trigger-dashboard-search-e2e.yml index e4ccf56fa52..db7025f17c1 100644 --- a/.github/workflows/trigger-dashboard-search-e2e.yml +++ b/.github/workflows/trigger-dashboard-search-e2e.yml @@ -6,16 +6,16 @@ on: branches: - main paths: - - public/app/features/search/**/*.ts - - public/app/features/search/**/*.tsx - - pkg/storage/**/*.go + - public/app/features/search/**/*.ts + - public/app/features/search/**/*.tsx + - pkg/storage/**/*.go pull_request: branches: - main paths: - - public/app/features/search/**/*.ts - - public/app/features/search/**/*.tsx - - pkg/storage/**/*.go + - public/app/features/search/**/*.ts + - public/app/features/search/**/*.tsx + - pkg/storage/**/*.go env: ARCH: linux-amd64