From 4b6731886ba5b7c35e84208ace0c4e64361401f3 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Fri, 18 Jul 2025 17:41:36 +0000 Subject: [PATCH] test(ssh-ci): re-disable in PRs Signed-off-by: Xe Iaso --- .github/workflows/ssh-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ssh-ci.yml b/.github/workflows/ssh-ci.yml index c9fe1ffb..2e739065 100644 --- a/.github/workflows/ssh-ci.yml +++ b/.github/workflows/ssh-ci.yml @@ -3,8 +3,8 @@ name: SSH CI on: push: branches: ["main"] - pull_request: - branches: ["main"] + # pull_request: + # branches: ["main"] permissions: contents: read