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 68f0974 commit d94933cCopy full SHA for d94933c
.github/workflows/update.yml
@@ -58,9 +58,7 @@ jobs:
58
run: |
59
powrap --modified
60
- name: Commit and push changes
61
- if: |
62
- github.repository == 'python/python-docs-pt-br' &&
63
- ! github.event_name == 'pull_request'
+ if: github.repository == 'python/python-docs-pt-br'
64
65
git config user.name github-actions
66
git config user.email github-actions@github.com
@@ -119,8 +117,7 @@ jobs:
119
117
powrap --modified -C ${{ matrix.branch }}
120
118
121
if: |
122
123
+ github.repository == 'python/python-docs-pt-br'
124
125
cd ${{ matrix.branch }}
126
0 commit comments