Skip to content

Commit

Permalink
doc: revise PR template
Browse files Browse the repository at this point in the history
fix test failure
  • Loading branch information
andyzhangx committed Dec 25, 2020
1 parent fb19556 commit 87dce63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ If yes, a release note is required:
Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required".
-->
```release-note
none
```
2 changes: 1 addition & 1 deletion .github/workflows/sanity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
uses: actions/checkout@v2
- name: Run tests
run: |
sudo make sanity-test
make sanity-test

0 comments on commit 87dce63

Please sign in to comment.