* [3.10] gh-145098: Use `macos-15-intel` instead of unstable `macos-26-intel` in `{jit,tail-call}.yml` (GH-148126)
(cherry picked from commit
bce96a181350f348560fe0623361f39a6d5c6361)
Co-authored-by: Stan Ulbrych <stan@python.org>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* Add 'permissions: {}' to all workflows
---------
Co-authored-by: Stan Ulbrych <stan@python.org>
- 'main'
- '3.*'
-permissions:
- contents: read
+permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
schedule:
- cron: "0 0 * * *"
-permissions:
- pull-requests: write
+permissions: {}
jobs:
stale:
-
+ if: github.repository_owner == 'python'
runs-on: ubuntu-latest
+ permissions:
+ pull-requests: write
+ timeout-minutes: 10
steps:
- name: "Check PRs"
- '.github/workflows/verify-ensurepip-wheels.yml'
- 'Tools/scripts/verify_ensurepip_wheels.py'
-permissions:
- contents: read
+permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
- 'Modules/expat/**'
- '.github/workflows/verify-expat.yml'
-permissions:
- contents: read
+permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}