Closed beauraines closed 1 year ago
Removes the pull_request trigger and only does it on pull_request_target This should reduce the number of unit CI tests that attempt to run and allow the PRs to be merged.
pull_request
pull_request_target
This PR only ran 2 CI jobs, so it worked as expected.
I saw your thumbs up over here, so I'm going to merge this one.
Removes the
pull_request
trigger and only does it onpull_request_target
This should reduce the number of unit CI tests that attempt to run and allow the PRs to be merged.