Skip to content

Commit 7180aff

Browse files
committed
Upload only once per day
This is a preparation for python/typeshed#10837, where we switch to date-based versioning system for the uploaded stubs.
1 parent 765ddf9 commit 7180aff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_stubs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Periodic update of stubs from typeshed to PyPI
22

33
on:
4-
# Triggers the workflow every three hours starting midnight UTC.
4+
# Triggers the workflow each day at 02:00 UTC.
55
schedule:
6-
- cron: 0 */3 * * *
6+
- cron: 0 2 * * *
77
# If needed, allows to run this workflow manually from the Actions tab
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)