diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7141b281..a077c0f1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,12 +1,3 @@ ---- -name: Pull Request -about: Submit changes for review -title: '' -labels: '' -assignees: '' - ---- - ### **Changes Made** diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index b00c2d96..dcda1dcb 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -1,7 +1,7 @@ name: check concurrency: - group: ${{ github.uniflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true on: ["push"] @@ -43,6 +43,7 @@ jobs: benchmark: needs: check + if: github.ref == 'refs/heads/main' strategy: matrix: os: [ ubuntu-20.04 ]