This is an automated email from the ASF dual-hosted git repository.
luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 3e23378020c [build] modify the required check (#613)
3e23378020c is described below
commit 3e23378020c3acc1f3ea51605da7a733bd956a8e
Author: Mingyu Chen <[email protected]>
AuthorDate: Sun May 5 20:16:18 2024 +0800
[build] modify the required check (#613)
---
.asf.yaml | 2 +-
.github/workflows/build-check.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 433b7a0b817..6a952549fd0 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -47,7 +47,7 @@ github:
# if strict is true, means "Require branches to be up to date before
merging".
strict: false
contexts:
- - BuildDeploy
+ - Build Check
features:
issues: true
notifications:
diff --git a/.github/workflows/build-check.yml
b/.github/workflows/build-check.yml
index 7c877c2e3c8..ffd33dc3744 100644
--- a/.github/workflows/build-check.yml
+++ b/.github/workflows/build-check.yml
@@ -27,7 +27,7 @@ concurrency:
jobs:
build-and-deploy:
- name: Build Check
+ name: BuildDeploy
runs-on: ubuntu-latest
environment: Production
steps:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]