pl4nty / anutimetable

Timetable builder for the Australian National University
https://timetable.cssa.club
Creative Commons Attribution Share Alike 4.0 International
22 stars 9 forks source link

Build workflow shouldn't run on `pull_request_target`? #489

Open jthvai opened 2 weeks ago

jthvai commented 2 weeks ago

From the docs:

[pull_request_target] allows your workflow to do things like label or comment on pull requests from forks. Avoid using this event if you need to build or run code from the pull request.

Particularly, this prevents me from disabling the build CI for PRs.