From 70635746df79bd9d538fb467eb7e2f64a5bb60ad Mon Sep 17 00:00:00 2001 From: "Valentin D. Pinkman" Date: Wed, 16 Oct 2024 16:23:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20(repo):=20Trigger=20PR=20tests?= =?UTF-8?q?=20after=20toolchain=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pull_request.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 43ea2f192..64f2ff9df 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -4,6 +4,11 @@ on: types: [opened, synchronize, reopened, edited] branches-ignore: - main + workflow_run: + workflows: + - "Update toolchain" + types: + - completed env: FORCE_COLOR: "1"