File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change
1
+ # Modified for rffontenelle/python-docs-pt-br
1
2
name : Update translations
2
3
3
4
on :
7
8
- ' .github/workflows/update.yml'
8
9
- ' scripts/update.sh'
9
10
branches :
10
- - ' *'
11
- - ' */*'
12
- - ' **'
13
11
- ' !3.?'
14
- - ' !2.* '
12
+ - ' !2.7 '
15
13
# schedule:
16
14
# - cron: '0 23 * * *'
17
15
18
16
env :
19
17
CPYTHON_BRANCH : ' 3.10'
20
- LANGUAGE : ' pt_BR '
18
+ LANGUAGE : ' ja '
21
19
22
20
jobs :
23
21
update :
52
50
run : |
53
51
powrap --modified
54
52
- name : Commit and push changes
55
- if : github.repository == 'rffontenelle /python-docs-pt-br '
53
+ if : github.repository == 'python /python-docs-ja '
56
54
run : |
57
55
git config user.name github-actions
58
56
git config user.email github-actions@github.com
@@ -115,7 +113,7 @@ jobs:
115
113
git add -A
116
114
git diff-index --quiet HEAD || ( git commit -m "Merge ${{ env.CURRENT_BRANCH }} into ${{ matrix.branch }}" && git push )
117
115
118
- call-build :
116
+ # call-build:
119
117
# Call the build workflow after updating
120
118
name : call
121
119
needs : [update]
@@ -126,7 +124,7 @@ jobs:
126
124
TELEGRAM_TO : ${{ secrets.TELEGRAM_TO }}
127
125
TELEGRAM_TOKEN : ${{ secrets.TELEGRAM_TOKEN }}
128
126
129
- call-compendium :
127
+ # call-compendium:
130
128
# Call the compendium workflow after updating
131
129
name : call
132
130
needs : [update]
You can’t perform that action at this time.
0 commit comments