Skip to content

Commit

Permalink
clean up gh action and golreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenglund committed Oct 24, 2023
1 parent 2b95098 commit adb670f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
pull_request:

jobs:
build:

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -25,8 +24,8 @@ jobs:
- name: Run unit tests
run: go test -v ./...

goreleaser:
needs: build
release:
needs: test
if: ${{ startsWith(github.ref, 'refs/tags/') }}
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 0 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ brews:
- name: rockset
homepage: https://github.com/rockset/cli
description: 'Rockset CLI'
skip_upload: true
repository:
owner: rockset
name: homebrew
branch: main
pull_request:
enabled: true

0 comments on commit adb670f

Please # to comment.