GoogleCloudPlatform / cloud-sql-nodejs-connector

A JavaScript library for connecting securely to your Cloud SQL instances
Apache License 2.0
73 stars 8 forks source link

ci: skip int and sample tests from forks #381

Closed jackwotherspoon closed 3 months ago

jackwotherspoon commented 3 months ago

Pull request from forks once merged will still be skipped because github.event.pull_request.head.repo.full_name will still be that of the fork.

To combat this we run the job on all events that are not a pull_request (aka schedule and push)