summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2022-02-07 21:40:40 +0200
committerGitHub <noreply@github.com>2022-02-07 13:40:40 -0600
commit39dec1c09c9f5ddf951bed5b875f837735a06733 (patch)
tree3a37832c1f7314f5499f63f9afd06c1b1dec0cc3 /.github
parentbpo-46638: Makes registry virtualisation setting stable when building MSIX pa... (diff)
downloadcpython-39dec1c09c9f5ddf951bed5b875f837735a06733.tar.gz
cpython-39dec1c09c9f5ddf951bed5b875f837735a06733.tar.bz2
cpython-39dec1c09c9f5ddf951bed5b875f837735a06733.zip
Skip cron workflow for forks (GH-30748)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stale.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index e3b8b9f942d..1532af26f59 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -9,6 +9,7 @@ permissions:
jobs:
stale:
+ if: github.repository_owner == 'python'
runs-on: ubuntu-latest