From 6b18d6a4212ad39504e1a966b6541c6df5db44e2 Mon Sep 17 00:00:00 2001 From: moslem-asaad Date: Sun, 2 Mar 2025 11:28:48 +0200 Subject: [PATCH] load tests added for preproduction --- .github/workflows/notification-service.yml | 6 +++++- .github/workflows/test-runner.yaml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notification-service.yml b/.github/workflows/notification-service.yml index 38315b0c74..0ecb804db3 100644 --- a/.github/workflows/notification-service.yml +++ b/.github/workflows/notification-service.yml @@ -1,8 +1,12 @@ name: Run Notification Service Tests on: + push: + branches: + - main pull_request: - branches: [ main, dev ] + branches: + - main jobs: notification-service-tests: diff --git a/.github/workflows/test-runner.yaml b/.github/workflows/test-runner.yaml index 504b593965..1f0bb9f3e3 100644 --- a/.github/workflows/test-runner.yaml +++ b/.github/workflows/test-runner.yaml @@ -1,8 +1,12 @@ name: Run API & Selenium Tests Separately on: + push: + branches: + - main pull_request: - branches: [ main, dev ] + branches: + - main jobs: api-tests: