This is an automated email from the ASF dual-hosted git repository.
wuweijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new f0eafb7 Disable status check on master branch (#16378)
f0eafb7 is described below
commit f0eafb7dbb0f98a3196af56c20b5663c6c7b2258
Author: 吴伟杰 <[email protected]>
AuthorDate: Fri Mar 25 21:39:03 2022 +0800
Disable status check on master branch (#16378)
* Revert "Ignore CI triggering on push to master branch (#16363)"
This reverts commit 54e29a3db49ddf892db1130b44e8a3321124a50f.
* Remove status check from .asf.yaml
Co-authored-by: Hongsheng Zhong <[email protected]>
---
.asf.yaml | 2 --
.github/workflows/ci.yml | 2 +-
.github/workflows/it.yml | 2 +-
3 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index c09298d..81322e6 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -46,8 +46,6 @@ github:
master:
required_status_checks:
strict: true
- contexts:
- - check-license
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 1
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3b78db8..85c2901 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,7 +22,7 @@ name: Continuous Integration
on:
push:
- branches: [ dev ]
+ branches: [ master, dev ]
paths-ignore:
- 'docs/**'
pull_request:
diff --git a/.github/workflows/it.yml b/.github/workflows/it.yml
index 5c9f6dc..03209a4 100644
--- a/.github/workflows/it.yml
+++ b/.github/workflows/it.yml
@@ -19,7 +19,7 @@ name: Integration Test
on:
push:
- branches: [ dev ]
+ branches: [ master, dev ]
paths-ignore:
- 'docs/**'
pull_request: