Skip to content

Commit

Permalink
Remove check for code changes from GoReleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
thardeck committed Jul 4, 2024
1 parent 7f64f16 commit d94f5b5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release-fleet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ jobs:
api-key: ${{ env.FOSSA_API_KEY }}
run-tests: false

- name: Check for code changes
run: |
./.github/scripts/check-for-auto-generated-changes.sh
go mod verify
- name: Run unit tests
run: go test -cover -tags=test $(go list ./... | grep -v -e /e2e -e /integrationtests)

Expand Down

0 comments on commit d94f5b5

Please sign in to comment.