From 6b4df032fe12dc8979501bb23906b73f5a8a05f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel?= Date: Mon, 20 Jul 2026 14:47:15 +0200 Subject: [PATCH] ci: rerun regression checks after PR base edits (#2659) --- .github/workflows/regression.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 6388c912d..04b6a6267 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -16,6 +16,8 @@ concurrency: on: pull_request: + # Re-run when Graphite changes only the PR base for the same head SHA. + types: [opened, synchronize, reopened, edited] push: branches: - main