diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-04-11 14:09:09 +0200 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-04-23 11:40:17 -0300 |
| commit | 18fa74fc88bdbdea0a370f7ab0f348c2a2339092 (patch) | |
| tree | af90dd10cace21bb8781a39ad75f177a497f1feb /.github | |
| parent | 760121dcb1837fdee6ac7f4e2412c0d539fbff7a (diff) | |
Skipped "Labels" Github action when not targeting the main django/django repo.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/labels.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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: |
