Skip to content

Commit b5b9a55

Browse files
authored
3.14: Update cron schedule and project name
1 parent 8c5677e commit b5b9a55

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-314.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: python-314
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 23 * * *'
6+
- cron: '15 23 * * *'
77
pull_request:
88
branches:
99
- main
@@ -17,13 +17,13 @@ jobs:
1717
sync:
1818
uses: ./.github/workflows/sync.yml
1919
with:
20-
tx_project: python-newest
20+
tx_project:python-314
2121
version: 3.14
2222
secrets: inherit
2323
check:
2424
uses: ./.github/workflows/check.yml
2525
needs: sync
2626
with:
27-
tx_project: python-newest
27+
tx_project: python-314
2828
version: 3.14
2929
secrets: inherit

0 commit comments

Comments
 (0)