rohityadavcloud commented on code in PR #121:
URL: 
https://github.com/apache/cloudstack-cloudmonkey/pull/121#discussion_r1085098783


##########
.github/workflows/github-actions.yml:
##########
@@ -15,13 +15,27 @@
 # 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, pull_request]
 
-env:
-  - GO111MODULE=on
+concurrency:
+  group: ${{ github.workflow }}-${{ github.event.pull_request.number || 
github.ref }}
+  cancel-in-progress: true
+
+jobs:
+  build:
+    runs-on: ubuntu-latest

Review Comment:
   @rahulbcn27 LGTM, Github Actions seems to be working. Can you raise a new PR 
to change runs-on to ubuntu-22.04 (see apache/cloudstack for example).



-- 
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

Reply via email to