From 4d1bb79e18495ee40711a797996cf82d8d724cd8 Mon Sep 17 00:00:00 2001 From: tooomm Date: Thu, 17 Jul 2025 19:48:12 +0200 Subject: [PATCH] Run link checker when submitting PR reviews Needed to trigger a check for automatically created PR's from other workflows (e.g. link updater). --- .github/workflows/check_links.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index aaac266..65564cf 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -11,6 +11,8 @@ on: paths: - '.github/workflows/check_links.yml' - '**.xml' + pull_request_review: + types: [ submitted ] workflow_dispatch: schedule: # Runs at the start of each month (UTC)