We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77804b5 commit 0a753a5Copy full SHA for 0a753a5
1 file changed
.github/workflows/test.yml
@@ -32,6 +32,7 @@ jobs:
32
if: ${{ matrix.python-version == 3.14 }}
33
run: python3 -m pip install ruff
34
- name: Run tests
35
+ if: ${{ github.event_name != 'pull_request' }}
36
run: python3 -m pytest
37
env:
38
TOPSTATS_TOKEN: ${{ secrets.TOPSTATS_TOKEN }}
0 commit comments