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 e366894 commit 424c69fCopy full SHA for 424c69f
1 file changed
.github/workflows/tests.yml
@@ -51,6 +51,7 @@ jobs:
51
run: RUN_LIVE_TESTS=1 python -m pytest -q tests/live
52
53
- name: User tests
54
+ if: github.event_name != 'pull_request'
55
run: |
56
echo "=== Alpine Linux (3.24.1) - BEGIN"
57
./proot-distro.py install -n alpine-3.24.1 alpine:3.24.1
0 commit comments