From 6c3ef332f4f809f5f3cd351c2b2330f9f2be21a7 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Tue, 24 Mar 2026 21:26:38 -0700 Subject: [PATCH] Do not run CI workflows on review_requested --- .github/workflows/backend-integration.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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