From 2afbb2ef5b1911d1f2f3f7d23530c10db6db95e0 Mon Sep 17 00:00:00 2001 From: Sudip Bhattarai Date: Sun, 4 May 2025 18:30:11 +0545 Subject: [PATCH] Add branch restriction to integration test workflow --- .github/workflows/test_integration_playwright.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test_integration_playwright.yml b/.github/workflows/test_integration_playwright.yml index ea6406cfe..ef9c75bee 100644 --- a/.github/workflows/test_integration_playwright.yml +++ b/.github/workflows/test_integration_playwright.yml @@ -32,6 +32,9 @@ on: workflow_run: workflows: ["Build and deploy GovTool test stack"] types: [completed] + branches: + - test + - infra/test-chores concurrency: group: ${{ github.workflow }}-${{ github.ref }}