From 62c58dfb92d701a50cfaf179c2de80571b0d5c6b Mon Sep 17 00:00:00 2001 From: Anusha Jayasundara Date: Wed, 1 Jul 2026 10:45:56 +0530 Subject: [PATCH] Update pull request trigger paths in workflow Removed specific paths from pull request trigger. --- .github/workflows/platform-api-gateway-e2e.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/platform-api-gateway-e2e.yml b/.github/workflows/platform-api-gateway-e2e.yml index 4757eddc4f..a3ccee9f64 100644 --- a/.github/workflows/platform-api-gateway-e2e.yml +++ b/.github/workflows/platform-api-gateway-e2e.yml @@ -11,9 +11,6 @@ on: pull_request: branches: - main - paths: - - 'tests/integration-e2e/**' - - '.github/workflows/platform-api-gateway-e2e.yml' permissions: contents: read