diff --git a/.github/workflows/backend-integration.yml b/.github/workflows/backend-integration.yml index f1a7290c4..712c9ee19 100644 --- a/.github/workflows/backend-integration.yml +++ b/.github/workflows/backend-integration.yml @@ -2,7 +2,7 @@ name: Backend Integration Tests with MariaDB on: pull_request: - types: [opened, review_requested, synchronize] + types: [opened, synchronize] push: branches: - master diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef76a6fb5..8265a12c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI Pipeline for the Backend and Frontend on: pull_request: - types: [opened, review_requested, synchronize] + types: [opened, synchronize] push: branches: - master