Thanks to visit codestin.com Credit goes to github.com
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 cbf155e commit de1b1cdCopy full SHA for de1b1cd
3 files changed
.github/workflows/update.yml
@@ -3,14 +3,14 @@ name: Update translations
3
4
on:
5
workflow_dispatch:
6
- push:
7
- paths:
8
- - '.github/workflows/update.yml'
9
- - 'scripts/update.sh'
10
- branches:
11
- - '3.11'
12
schedule:
13
- cron: '40 23 * * *'
+ #push:
+ # paths:
+ # - '.github/workflows/update.yml'
+ # - 'scripts/update.sh'
+ # branches:
+ # - '3.11'
14
15
env:
16
CPYTHON_BRANCH: '3.11'
0 commit comments