We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae7427 commit 214fc18Copy full SHA for 214fc18
.changeset/skip-smoketest.md
@@ -0,0 +1,5 @@
1
+---
2
+"gws": patch
3
4
+
5
+ci: skip smoketest on fork pull requests
.github/workflows/ci.yml
@@ -210,6 +210,7 @@ jobs:
210
smoketest:
211
name: API Smoketest
212
needs: build
213
+ if: github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request'
214
runs-on: ubuntu-latest
215
steps:
216
- uses: actions/checkout@v4
0 commit comments