mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-06 21:37:49 +00:00
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.
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user