ci: skip smoketest on fork pull requests (#47)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"gws": patch
|
||||
---
|
||||
|
||||
ci: skip smoketest on fork pull requests
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user