Skip to content

Commit

Permalink
ci: remove test step from publish
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Dec 28, 2023
1 parent 0677269 commit 9772cb8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,6 @@ on:
- 'v[0-9]+.[0-9]+.[0-9]+-**'

jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 'stable'
- name: Test
uses: ./.github/actions/test
docker:
runs-on: ubuntu-latest
needs: [ test ]
Expand Down

0 comments on commit 9772cb8

Please sign in to comment.