SciML / SciMLDocs

Global documentation for the Julia SciML Scientific Machine Learning Organization
https://docs.sciml.ai
MIT License
58 stars 41 forks source link

ci(buildkite): run builds on PRs opened from forks as well #213

Closed thazhemadam closed 8 months ago

thazhemadam commented 8 months ago

Previously, the buildkite jobs wouldn't launch for PRs that were opened on forks, because the smooth-checkout plugin would not be able to find a valid refspec^1. This fixes this up for the most general cases, i.e., when a build is kicked off because a PR is opened or more commits are added on to the PR, and is not expected to work when builds are explicitly triggered (through the Web UI) for the HEAD commit.