Skip to content

Commit

Permalink
chore: rm auto merge, fix release tag (#1837)
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <kemingyang@tensorchord.ai>
  • Loading branch information
kemingy committed Jan 16, 2024
1 parent 1f927d7 commit 94a4661
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling with custom config file
uses: crate-ci/typos@v1.17.0
uses: crate-ci/typos@master
with:
config: ./typos.toml
lint:
Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/auto-merge.yml

This file was deleted.

10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
name: release

on:
push:
tags:
- 'v*'
pull_request:
paths:
- '.github/workflows/release.yml'
- '.goreleaser/'
- '.goreleaser.yaml'
release:
types: [published]

jobs:
goreleaser:
Expand Down

0 comments on commit 94a4661

Please sign in to comment.