Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/openssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
SKIP_LTESTS: >-
exit-status rekey multiplex forward-control channel-timeout
connection-timeout
- git_ref: 'V_10_2_P1'
osp_ver: '10.2p1'
SKIP_LTESTS: >-
exit-status rekey multiplex forward-control channel-timeout
connection-timeout
Comment on lines 69 to +76
Copy link

Copilot AI Mar 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The SKIP_LTESTS block is duplicated verbatim across matrix entries. In GitHub Actions YAML you can reduce duplication by defining this list once (e.g., as a global env: value, or via a YAML anchor/alias) and reusing it for each matrix item. This makes future updates less error-prone when the skip list changes.

Copilot uses AI. Check for mistakes.
name: ${{ matrix.osp_ver }}
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-24.04
Expand Down
Loading