mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-12 17:12:25 +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:
|
jobs:
|
||||||
issue-manager:
|
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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user