From 4453d1fb287c6fd07c7e5bab4efba04f0de8ed29 Mon Sep 17 00:00:00 2001 From: Akiva Berger Date: Mon, 4 Mar 2024 11:49:19 +0200 Subject: [PATCH] chore(testing): playwright tests running --- .github/workflows/integration-testing.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-testing.yaml b/.github/workflows/integration-testing.yaml index 2e4dd5f5d5..c48a748308 100644 --- a/.github/workflows/integration-testing.yaml +++ b/.github/workflows/integration-testing.yaml @@ -1,7 +1,8 @@ name: Run Integration Tests on: - workflow_dispatch: {} - merge_group: {} + push: + branches: + - playwright-tests concurrency: integration_environment