diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d7052640..274c5d0b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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 ``` diff --git a/.github/workflows/sanity.yaml b/.github/workflows/sanity.yaml index 5e9267e5..c644724d 100644 --- a/.github/workflows/sanity.yaml +++ b/.github/workflows/sanity.yaml @@ -13,4 +13,4 @@ jobs: uses: actions/checkout@v2 - name: Run tests run: | - sudo make sanity-test \ No newline at end of file + make sanity-test