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