Skip to content

Commit

Permalink
chore: change benchmark run when main
Browse files Browse the repository at this point in the history
  • Loading branch information
siyul-park committed Nov 29, 2023
1 parent bcb98cd commit f15a69c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
---
name: Pull Request
about: Submit changes for review
title: ''
labels: ''
assignees: ''

---

### **Changes Made**
<!-- Outline the key changes you made in this pull request. -->

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: check

concurrency:
group: ${{ github.uniflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on: ["push"]
Expand Down Expand Up @@ -43,6 +43,7 @@ jobs:

benchmark:
needs: check
if: github.ref == 'refs/heads/main'
strategy:
matrix:
os: [ ubuntu-20.04 ]
Expand Down

0 comments on commit f15a69c

Please sign in to comment.