diff options
author | 2022-02-07 21:40:40 +0200 | |
---|---|---|
committer | 2022-02-07 13:40:40 -0600 | |
commit | 39dec1c09c9f5ddf951bed5b875f837735a06733 (patch) | |
tree | 3a37832c1f7314f5499f63f9afd06c1b1dec0cc3 /.github | |
parent | bpo-46638: Makes registry virtualisation setting stable when building MSIX pa... (diff) | |
download | cpython-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.yml | 1 |
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 |