mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-04-11 12:24:13 +03:00
Don't run scheduled workflow on forks
This commit is contained in:
parent
5dc3bbc074
commit
dfbce8afdf
3
.github/workflows/django-issue-checker.yml
vendored
3
.github/workflows/django-issue-checker.yml
vendored
|
@ -11,6 +11,9 @@ on:
|
|||
|
||||
jobs:
|
||||
issue-manager:
|
||||
# Disables this workflow from running in a repository that is not part of the indicated organization/user
|
||||
if: github.repository_owner == 'cookiecutter'
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue
Block a user