Skip to content

Commit d2af71f

Browse files
committed
Revert "disable cron to update translations"
#49 This reverts commit 423ff40.
1 parent 29f20f3 commit d2af71f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/update.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ 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'
1214

1315
env:
1416
CPYTHON_BRANCH: '3.14'

0 commit comments

Comments
 (0)