You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by el...@apache.org on 2019/09/24 15:35:26 UTC

[incubator-ratis] 02/07: fix workflow

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

elek pushed a commit to branch github-actions
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git

commit ee2485d0bd39ab5ecd408542d3f9ad6c122c3d26
Author: Márton Elek <el...@apache.org>
AuthorDate: Tue Sep 24 16:26:17 2019 +0200

    fix workflow
---
 .github/workflows/main.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 66c7892..21c7287 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -2,7 +2,8 @@ name: main
 on: pull_request
 jobs:
   build:
-    run-on: ubuntu-18.04
+    name: Build
+    runs-on: ubuntu-18.04
     steps:
         - uses: actions/checkout@master