Skip to content

Commit 0a753a5

Browse files
committed
ci: disable tests on pull requests
1 parent 77804b5 commit 0a753a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
if: ${{ matrix.python-version == 3.14 }}
3333
run: python3 -m pip install ruff
3434
- name: Run tests
35+
if: ${{ github.event_name != 'pull_request' }}
3536
run: python3 -m pytest
3637
env:
3738
TOPSTATS_TOKEN: ${{ secrets.TOPSTATS_TOKEN }}

0 commit comments

Comments
 (0)