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 cb7b302 commit 90a31b3Copy full SHA for 90a31b3
1 file changed
.github/workflows/ci-tests.yml
@@ -92,9 +92,9 @@ jobs:
92
pip install -U pip setuptools wheel
93
pip install tox tox-gh-actions
94
95
- - if: ${{ matrix.step == 'pydocstyle' }}
96
- name: Create local branch main == origin/main for diff-quality
97
- run: git branch main origin/main
+ - if: ${{ matrix.step == 'pydocstyle' && github.event_name == 'pull_request'}}
+ name: Create local branch for diff-quality for PRs
+ run: git branch ${{github.base_ref}} origin/${{github.base_ref}}
98
99
- name: Test with tox
100
run: tox
0 commit comments