ci: prevent certain actions from running on forks (#2466)

This commit is contained in:
Rick Staa
2023-01-25 09:20:36 +01:00
committed by GitHub
parent cd5cbcdb09
commit 99d9d3cde0
5 changed files with 5 additions and 0 deletions
@@ -8,6 +8,7 @@ on:
jobs:
closeEmptyIssuesAndTemplates:
if: github.repository == 'anuraghazra/github-readme-stats'
name: Close empty issues
runs-on: ubuntu-latest
steps: