Skip to content

Commit

Permalink
remove testing from release
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Odermatt committed Nov 17, 2021
1 parent b3d1fb7 commit ab1534f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- v[0-9]+.[0-9]+.[0-9]+
jobs:
test:
setup:
runs-on: ["ubuntu-latest"]
steps:
- uses: actions/checkout@v2
Expand All @@ -16,11 +16,9 @@ jobs:
- run: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
- uses: bufbuild/[email protected]
- run: make install
- name: run tests
run: make test
release:
runs-on: ["ubuntu-latest"]
needs: test
needs: setup
steps:
- uses: actions/checkout@v2
- uses: bufbuild/[email protected]
Expand Down

0 comments on commit ab1534f

Please sign in to comment.