mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Skipped "Labels" Github action when not targeting the main django/django repo.
This commit is contained in:
parent
760121dcb1
commit
18fa74fc88
1 changed files with 2 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue