You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2023/01/25 12:50:08 UTC

[cloudstack-cloudmonkey] branch main updated: GitHub actions 2 (#122)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-cloudmonkey.git


The following commit(s) were added to refs/heads/main by this push:
     new e21ad84  GitHub actions 2 (#122)
e21ad84 is described below

commit e21ad84df7a5b53035845cbc73d74cb811506ad4
Author: Rahul Agarwal <35...@users.noreply.github.com>
AuthorDate: Wed Jan 25 12:50:02 2023 +0000

    GitHub actions 2 (#122)
    
    * Create learn-github-actions.yml
    
    * Create github-actions.yml
    
    * Delete .travis.yml
    
    * Delete learn-github-actions.yml
    
    * Update github-actions.yml
    
    * Update github-actions.yml
    
    * Create github-actions.yml
    
    * Update and rename github-actions.yml to build.yml
---
 .github/workflows/{github-actions.yml => build.yml} | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/github-actions.yml b/.github/workflows/build.yml
similarity index 95%
rename from .github/workflows/github-actions.yml
rename to .github/workflows/build.yml
index 58afb03..a124995 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/build.yml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-name: Github-Actions
+name: Build
 
 on: [push, pull_request]
 
@@ -24,8 +24,9 @@ concurrency:
   cancel-in-progress: true
 
 jobs:
-  build:
-    runs-on: ubuntu-latest
+  build:  
+    runs-on: ubuntu-22.04
+
     steps:
     - uses: actions/checkout@v3