Skip to content

Commit 423ff40

Browse files
committed
disable cron to update translations
1 parent 3105abe commit 423ff40

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/update.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ name: Update translations
33

44
on:
55
workflow_dispatch:
6-
schedule:
7-
- cron: '40 23 * * *'
6+
#schedule:
7+
# - cron: '40 23 * * *'
88
#push:
99
# paths:
1010
# - '.github/workflows/update.yml'
1111
# - 'scripts/update.sh'
12-
# branches:
13-
# - '3.11'
1412

1513
env:
1614
CPYTHON_BRANCH: '3.14'

0 commit comments

Comments
 (0)