iterative / PyDrive2

Google Drive API Python wrapper library. Maintained fork of PyDrive.
https://docs.iterative.ai/PyDrive2
Other
580 stars 69 forks source link

gha: PR tests are running on master #209

Closed efiop closed 2 years ago

efiop commented 2 years ago

Looks like this is caused by pull_request_target, which makes my PR run tests on master, instead of with my own code.

If one adds pull_request in addition, we can see that it now also runs correctly on my PR while pull_request_target is running on master:

image