You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by kl...@apache.org on 2022/06/09 04:38:50 UTC

[incubator-devlake-website] branch fix-ci updated: fix: status check naming

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

klesh pushed a commit to branch fix-ci
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/fix-ci by this push:
     new a623d06  fix: status check naming
a623d06 is described below

commit a623d06856cd706dcce972e54ea33383df604bf9
Author: Klesh Wong <zh...@merico.dev>
AuthorDate: Thu Jun 9 12:38:26 2022 +0800

    fix: status check naming
---
 .asf.yaml                      | 2 +-
 .github/workflows/main_ci.yaml | 2 +-
 .github/workflows/pr_ci.yaml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 17cd58e..6e11216 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -32,7 +32,7 @@ github:
     main:
       required_status_checks:
         contexts:
-          - Build workflow
+          - build/build
 
 publish:
   whoami: asf-site
diff --git a/.github/workflows/main_ci.yaml b/.github/workflows/main_ci.yaml
index c396402..53c4a66 100644
--- a/.github/workflows/main_ci.yaml
+++ b/.github/workflows/main_ci.yaml
@@ -1,4 +1,4 @@
-name: Production workflow
+name: deploy
 
 on:
   push:
diff --git a/.github/workflows/pr_ci.yaml b/.github/workflows/pr_ci.yaml
index 76ef482..23c1381 100644
--- a/.github/workflows/pr_ci.yaml
+++ b/.github/workflows/pr_ci.yaml
@@ -1,4 +1,4 @@
-name: Build workflow
+name: build
 
 on:
   pull_request: