]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Skip cron workflow for forks (GH-30748)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Mon, 7 Feb 2022 19:40:40 +0000 (21:40 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Feb 2022 19:40:40 +0000 (13:40 -0600)
.github/workflows/stale.yml

index e3b8b9f942d18a2179f1454df6533ebbadc17e29..1532af26f59ffdbafb339169468ea9a6f4220854 100644 (file)
@@ -9,6 +9,7 @@ permissions:
 
 jobs:
   stale:
+    if: github.repository_owner == 'python'
 
     runs-on: ubuntu-latest