From 18fa74fc88bdbdea0a370f7ab0f348c2a2339092 Mon Sep 17 00:00:00 2001 From: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Date: Fri, 11 Apr 2025 14:09:09 +0200 Subject: [PATCH] Skipped "Labels" Github action when not targeting the main django/django repo. --- .github/workflows/labels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 637dd726a8..09a5249478 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -13,6 +13,8 @@ permissions: jobs: no_ticket: + # Only trigger on the main Django repository + if: github.repository == 'django/django' name: "Flag if no Trac ticket is found in the title" runs-on: ubuntu-latest steps: