Skip to content

Commit 424c69f

Browse files
committed
github actions: omit user tests for pull requests
1 parent e366894 commit 424c69f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
run: RUN_LIVE_TESTS=1 python -m pytest -q tests/live
5252

5353
- name: User tests
54+
if: github.event_name != 'pull_request'
5455
run: |
5556
echo "=== Alpine Linux (3.24.1) - BEGIN"
5657
./proot-distro.py install -n alpine-3.24.1 alpine:3.24.1

0 commit comments

Comments
 (0)