diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5848a4a6..5f2086792 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,7 +111,7 @@ jobs: cache-to: type=gha,mode=min,scope=buildx build-and-push-image: - if: github.event_name != 'pull_request' + if: github.event_name != 'pull_request' && !github.event.repository.fork needs: [lint, build-and-test, license-check] runs-on: ubuntu-latest steps: