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