Don't run scheduled workflow on forks

This commit is contained in:
Bruno Alla 2021-11-20 10:47:37 +00:00
parent 5dc3bbc074
commit dfbce8afdf

View File

@ -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