xuxiaowei-com-cn commented on code in PR #8059: URL: https://github.com/apache/incubator-seata/pull/8059#discussion_r3109100692
########## .github/workflows/publish-ossrh.yml: ########## @@ -16,9 +16,10 @@ # name: "Publish OSSRH" -on: false -# push: -# branches: [ develop, 2.x, snapshot, "*.*.*" ] +on: + push: + branches: [ disable ] + # branches: [ develop, 2.x, snapshot, "*.*.*" ] Review Comment: - `if: github.repository == 'apache/incubator-seata'`:不能添加,否则 fork 项目无法执行流水线。 - `if: github.repository == 'apache/incubator-seata'`: Cannot add it, otherwise forked projects cannot run the pipeline. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
