From 7ac0e34dba83f85f2bb9431422e595010e27312c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 29 Jan 2025 18:25:26 +0100 Subject: [PATCH] gha/validate-pr: Also run when PR has new commits MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise, the workflow will won't be rerun even if it was failing before. Signed-off-by: Paweł Gronowski --- .github/workflows/validate-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-pr.yml b/.github/workflows/validate-pr.yml index 419d644c7e..43e4df20f9 100644 --- a/.github/workflows/validate-pr.yml +++ b/.github/workflows/validate-pr.yml @@ -11,7 +11,7 @@ permissions: on: pull_request: - types: [opened, edited, labeled, unlabeled] + types: [opened, edited, labeled, unlabeled, synchronize] jobs: check-area-label: