8000 Merge remote-tracking branch 'python/master' · Dumeng/python-docs-zh-cn@f660b88 · GitHub
[go: up one dir, main page]

Skip to content

python-312

python-312 #8608

Workflow file for this run

name: python-312
on:
push:
branches:
- master
schedule:
- cron: "50 * * * *"
jobs:
sync:
uses: ./.github/workflows/sync.yml
with:
version: "3.12"
tx_project: "python-newest"
secrets: inherit
0