Skip to content

Commit

Permalink
Add github action to package envtest binaries in releases
Browse files Browse the repository at this point in the history
Signed-off-by: Vince Prignano <vincepri@redhat.com>
  • Loading branch information
vincepri authored and sbueringer committed Apr 17, 2024
1 parent e1375e1 commit d786660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
types: [opened, edited, synchronize, reopened]
branches:
- main
- master

permissions:
# Required: allow read access to the content for analysis.
Expand All @@ -21,7 +22,6 @@ jobs:
matrix:
working-directory:
- ""
- tools/setup-envtest
steps:
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0.0
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tools-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- master
paths:
- 'hack/envtest/_matrix/*.yaml'

Expand Down

0 comments on commit d786660

Please sign in to comment.