Skip to content

Commit

Permalink
fix: modify setPullRequestPaths func name
Browse files Browse the repository at this point in the history
  • Loading branch information
smorihira committed Sep 9, 2024
1 parent 51a2db4 commit 3c40fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/actions/gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ const (
buildkitSyftScanner = "buildkit-syft-scanner"
)

func (data *Data) setPullRequestPaths() {
func (data *Data) initPullRequestPaths() {
switch data.Name {
// the benchmark components trigger each other, not just themselves
case benchJob:
Expand Down Expand Up @@ -442,7 +442,7 @@ func (data *Data) setPullRequestPaths() {
}

func (data *Data) initData() {
data.setPullRequestPaths()
data.initPullRequestPaths()

if data.AliasImage {
data.BuildPlatforms = "linux/amd64,linux/arm64"
Expand Down

0 comments on commit 3c40fe5

Please sign in to comment.