From 68394f225f0a7c89180c984681e499db0d11cd84 Mon Sep 17 00:00:00 2001 From: Dominik Kawczynski Date: Mon, 19 Aug 2024 16:13:53 +0200 Subject: [PATCH] add synchronize --- .github/workflows/checking_labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checking_labels.yml b/.github/workflows/checking_labels.yml index a2a34533..ad2df64c 100644 --- a/.github/workflows/checking_labels.yml +++ b/.github/workflows/checking_labels.yml @@ -5,7 +5,7 @@ permissions: on: pull_request: - types: [opened] + types: [opened, synchronize] concurrency: group: trigger-group