diff --git a/.changeset/skip-smoketest.md b/.changeset/skip-smoketest.md new file mode 100644 index 000000000..b1a0571d7 --- /dev/null +++ b/.changeset/skip-smoketest.md @@ -0,0 +1,5 @@ +--- +"gws": patch +--- + +ci: skip smoketest on fork pull requests diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d931177ad..bc3d1147f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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