Skip to content

Commit 3e07863

Browse files
committed
narrow conditions on test-ssh
at least while Windows setup takes forever
1 parent f02c758 commit 3e07863

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/test-ssh.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@ name: Test ssh
22

33
on:
44
pull_request:
5+
paths:
6+
- ipyparallel/cluster/launcher.py
7+
- ipyparallel/cluster/shellcmd*
8+
- ipyparallel/tests/test_ssh.py
9+
- ipyparallel/tests/test_shellcmd.py
10+
- ci/ssh/**
11+
- .github/workflows/test-ssh.yml
512
push:
13+
paths:
14+
- ipyparallel/cluster/launcher.py
15+
- ipyparallel/cluster/shellcmd*
16+
- ipyparallel/tests/test_ssh.py
17+
- ipyparallel/tests/test_shellcmd.py
18+
- ci/ssh/**
19+
- .github/workflows/test-ssh.yml
620
branches-ignore:
721
- "pre-commit-ci*"
822

0 commit comments

Comments
 (0)