ci: skip smoketest on fork pull requests (#47)

This commit is contained in:
Justin Poehnelt
2026-03-04 00:24:13 -07:00
committed by GitHub
parent 6ae74271f9
commit 214fc18d4f
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"gws": patch
---
ci: skip smoketest on fork pull requests
+1
View File
@@ -210,6 +210,7 @@ jobs:
smoketest:
name: API Smoketest
needs: build
if: github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4