Skip to content

Commit

Permalink
Required E2E to pass before PR can be merged (#7612)
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 authored Dec 24, 2021
1 parent 9efe3c5 commit 120c175
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ github:
contexts:
- Build
- Unit Test
- E2E
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 1
8 changes: 8 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,11 @@ jobs:
name: recording-${{ matrix.case.name }}
path: ${{ env.RECORDING_PATH }}
retention-days: 1

result:
name: E2E
runs-on: ubuntu-latest
needs: [ e2e ]
steps:
- name: Status
run: echo "Passed!"

0 comments on commit 120c175

Please sign in to comment.