Update @PoshChan config to include SSH (#12526)

This commit is contained in:
Joel Sallow (/u/ta11ow) 2020-05-05 12:48:37 -04:00 committed by GitHub
parent cdfa073a75
commit cefbf3d6a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,13 @@
"windows": "PowerShell-CI-Windows", "windows": "PowerShell-CI-Windows",
"macos": "PowerShell-CI-macOS", "macos": "PowerShell-CI-macOS",
"linux": "PowerShell-CI-Linux", "linux": "PowerShell-CI-Linux",
"ssh": "PowerShell-CI-SSH",
"all": [ "all": [
"PowerShell-CI-static-analysis", "PowerShell-CI-static-analysis",
"PowerShell-CI-Windows", "PowerShell-CI-Windows",
"PowerShell-CI-macOS", "PowerShell-CI-macOS",
"PowerShell-CI-Linux" "PowerShell-CI-Linux",
"PowerShell-CI-SSH"
] ]
}, },
"authorized_users": [ "authorized_users": [