1
0
mirror of https://github.com/django/django.git synced 2025-06-01 09:39:12 +00:00

Skipped "Labels" Github action when not targeting the main django/django repo.

This commit is contained in:
Sarah Boyce 2025-04-11 14:09:09 +02:00 committed by nessita
parent 760121dcb1
commit 18fa74fc88

View File

@ -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: