We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5677e commit b5b9a55Copy full SHA for b5b9a55
1 file changed
.github/workflows/python-314.yml
@@ -3,7 +3,7 @@ name: python-314
3
on:
4
workflow_dispatch:
5
schedule:
6
- - cron: '0 23 * * *'
+ - cron: '15 23 * * *'
7
pull_request:
8
branches:
9
- main
@@ -17,13 +17,13 @@ jobs:
17
sync:
18
uses: ./.github/workflows/sync.yml
19
with:
20
- tx_project: python-newest
+ tx_project:python-314
21
version: 3.14
22
secrets: inherit
23
check:
24
uses: ./.github/workflows/check.yml
25
needs: sync
26
27
+ tx_project: python-314
28
29
0 commit comments