mirror of
https://github.com/django/django.git
synced 2025-06-02 18:19:11 +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:
|
jobs:
|
||||||
no_ticket:
|
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"
|
name: "Flag if no Trac ticket is found in the title"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user