From 87c3ae14f4e4916fb694c2e56dd19ebe575df100 Mon Sep 17 00:00:00 2001 From: Ara Park Date: Wed, 29 Nov 2023 13:06:05 +0900 Subject: [PATCH] chore: fix workflow error (#19) --- .github/pull_request_template.md | 9 --------- .github/workflows/check.yml | 3 ++- 2 files changed, 2 insertions(+), 10 deletions(-) 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 ]