From 1b302d0aecb14bcbb0944ca60546bcc5f5b310ac Mon Sep 17 00:00:00 2001 From: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> Date: Fri, 7 Aug 2026 00:33:05 +0100 Subject: [PATCH] Add conditional check for auto update Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> --- .github/workflows/pr-auto-updater.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-auto-updater.yaml b/.github/workflows/pr-auto-updater.yaml index 917f0c8e..1a4b2cd0 100644 --- a/.github/workflows/pr-auto-updater.yaml +++ b/.github/workflows/pr-auto-updater.yaml @@ -12,6 +12,7 @@ permissions: jobs: pr-auto-update: + if: github.repository == 'CSSUoB/TeX-Bot-Py-V2' name: Auto-update pull request branches runs-on: ubuntu-latest