Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Sep 19, 2022
1 parent b5bb1a1 commit 5fbf2ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ concurrency:

jobs:
testsshfs:
if: ${{ !contains(github.repository, 'solaris') }}
if: ${{ !contains(github.repository, 'solaris') && !contains(github.repository, 'dragonflybsd')}}
strategy:
matrix:
release: [ "12.3", "13.0", "13.1", ""]
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ EOF
echo "Run sshfs"
ssh "$osname" sh <<EOF
sshfs -o reconnect,ServerAliveInterval=1,ServerAliveCountMax=2,allow_other,default_permissions host:work /Users/runner/work
sshfs -o reconnect,ServerAliveCountMax=2,allow_other,default_permissions host:work /Users/runner/work
EOF

Expand Down

0 comments on commit 5fbf2ff

Please sign in to comment.