edgebitio / enclaver

Open source toolkit created to enable easy adoption of software enclaves
https://edgebit.io/enclaver
Apache License 2.0
124 stars 12 forks source link

Run CI against code in pull request #144

Closed crawford closed 1 year ago

crawford commented 1 year ago

From the documentation for pull_request_target, "This event runs in the context of the base of the pull request, rather than in the context of the merge commit, as the pull_request event does." So CI was running against what had already been merged into main, rather than what was in the pull request.