rohityadavcloud commented on code in PR #121: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/121#discussion_r1085057599
########## .github/workflows/github-actions.yml: ########## @@ -15,13 +15,23 @@ # specific language governing permissions and limitations # under the License. -sudo: false -language: go -go: - - 1.14.x +name: Github-Actions -script: - - make all +on: [push] Review Comment: Can you check Github Actions workflow for apache/cloudstack. We want (a) this to run on pull requests and (b) have concurrency limit (this ensure when too many commits are push on the branch or PR, it cancels older builds). -- 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: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org