X-lab2017 / open-leaderboard

OpenLeaderboard
https://open-leaderboard.x-lab.info
20 stars 22 forks source link

ci: add CI to trigger build on PR submission #97

Closed wj23027 closed 1 year ago

wj23027 commented 1 year ago

Brief Information

This pull request is in the type of (more info about types):

Related issues (all available keywords):

Details

add CI to trigger build on PR submission

Checklist

Others

tyn1998 commented 1 year ago

@wj23027 优秀~!可不可以故意push一个会导致build失败的commit上来测试CI是否会因此失败,然后再push一个revert commit撤销这个用于测试目的的更改?

使用git revert <commit_hash>来revert某个commit的修改。

wj23027 commented 1 year ago

可不可以故意push一个会导致build失败的commit上来测试CI是否会因此失败,然后再push一个revert commit撤销这个用于测试目的的更改?

使用git revert <commit_hash>来revert某个commit的修改。

已经测试过啦,没有问题~