ci: disable trigger-snap for PRs (#8601)

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.

This more importantly ensures that CI can be green for maintainers to
merge.
pull/8610/head
Mitchell Hashimoto 2025-09-12 07:34:59 -07:00 committed by GitHub
commit 74b204b6ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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: