Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit 65cc371

Browse files
author
Sheldon
authored
fix release (#429)
fix release Signed-off-by: Sheldon <chuanfeng.liu@zilliz.com>
1 parent fa757e9 commit 65cc371

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/mergify.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ pull_request_rules:
44
- or:
55
- check-success=lint-test
66
- check-success=Broken Links
7+
- files=.github/mergify.yml
8+
- files=.github/workflow/release.yml
9+
- files=.github/workflow/checks.yml
710
actions:
811
label:
912
add:
1013
- ci-passed
1114

1215
- name: remove ci-passed when CI 'lint-test' not success
1316
conditions:
14-
- check-success!=lint-test
17+
- check-failure=lint-test
1518
- or:
1619
- files~=^charts/(.*\.yaml|.*\.helmignore|.*\.tgz|.*\.tpl)
1720
- files=.github/workflows/lint-test.yml
@@ -23,7 +26,7 @@ pull_request_rules:
2326

2427
- name: remove ci-passed when CI 'Broken Links' not success
2528
conditions:
26-
- check-success!=Broken Links
29+
- check-failure=Broken Links
2730
- files~=.*\.md$
2831
actions:
2932
label:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Release Charts
33
# This workflow is triggered on pushes or pull request to the repository.
44
on:
55
push:
6-
tags:
7-
- 'v[1-9]+.[0-9]+.[0-9]+'
6+
branches:
7+
- master
88

99
jobs:
1010
release:

0 commit comments

Comments
 (0)