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:
parent
760121dcb1
commit
18fa74fc88
2
.github/workflows/labels.yml
vendored
2
.github/workflows/labels.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user