From aecce96cfc431fe0bfbfb96fe7cfcc6c2156a3ed Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 13 Sep 2025 20:07:47 -0400 Subject: [PATCH] ci(ssh): disable this check in PRs again 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 55066aef..d3a8661e 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