Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhance: adjust workflow for merr & branches #652

Merged
merged 1 commit into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,6 @@ pull_request_rules:
add:
- ci-passed

- name: Test passed for code changed for branch
conditions:
- or:
- base=master
- base~=^v2(\.\d+).x$
- "status-success=Unittest AMD64 Ubuntu 18.04"
- "status-success=lint"
actions:
label:
add:
- ci-passed

- name: Test passed for e2e changed
conditions:
- or:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'internal/**'
- 'test/**'
- 'tests/**'
- 'merr/**'
jobs:
test:
name: Run Ci Test
Expand Down