This is an automated email from the ASF dual-hosted git repository.
morningman 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 7bdc5c44a21 [build] modify the required check (#612)
7bdc5c44a21 is described below
commit 7bdc5c44a217aab6157ced78bcfcdedef6371678
Author: Mingyu Chen <[email protected]>
AuthorDate: Sun May 5 19:15:08 2024 +0800
[build] modify the required check (#612)
---
.asf.yaml | 2 +-
.github/workflows/build-check.yml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 6a952549fd0..433b7a0b817 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:
- - Build Check
+ - BuildDeploy
features:
issues: true
notifications:
diff --git a/.github/workflows/build-check.yml
b/.github/workflows/build-check.yml
index bb7d1be3c71..7c877c2e3c8 100644
--- a/.github/workflows/build-check.yml
+++ b/.github/workflows/build-check.yml
@@ -27,6 +27,7 @@ concurrency:
jobs:
build-and-deploy:
+ name: Build Check
runs-on: ubuntu-latest
environment: Production
steps:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]