From dc7bf7e71f8c073908024393e310bd8f53eab9a3 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 12 Sep 2025 07:29:41 -0700 Subject: [PATCH] ci: disable trigger-snap for PRs Fixes #8568 This will hide snap issues from PRs which is not ideal but we can address that in the future. We still run snap CI for main. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9781e357d..3c3be31c6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -273,6 +273,7 @@ jobs: ghostty-source.tar.gz trigger-snap: + if: github.event_name != 'pull_request' runs-on: namespace-profile-ghostty-xsm needs: build-dist steps: