Skip to content

Commit

Permalink
Merge pull request #186 from sparcs-kaist/release/0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
withSang authored Oct 6, 2023
2 parents 80879a5 + e689f14 commit 9443f0d
Show file tree
Hide file tree
Showing 11 changed files with 87,581 additions and 15,724 deletions.
9 changes: 0 additions & 9 deletions .github/ISSUE_TEMPLATE/issue-template.md

This file was deleted.

2 changes: 0 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Summary <!-- PR 내용에 대한 간단한 요약 및 닫는 이슈 번호 표기. -->

<!-- 같은 레포의 이슈를 해결할 경우엔 "closes", 다른 레포의 이슈를 해결할 경우엔 "fixes", 여러 개의 이슈를 해결할 경우엔 "resolves"를 사용할 수 있습니다. -->

It closes #issue_number

# Extra info <!-- Answer 'y' or 'n'. 필요하지 않으면 지우셔도 됩니다. -->
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
if_workflow_success:
name: Deploy to dev server
name: Deploy to prod server
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}

Expand Down
Loading

0 comments on commit 9443f0d

Please sign in to comment.