diff --git a/.github/workflows/clustertool.golangci-lint.yaml b/.github/workflows/clustertool.golangci-lint.yaml index d7d304c6ab4..6f760dbbd09 100644 --- a/.github/workflows/clustertool.golangci-lint.yaml +++ b/.github/workflows/clustertool.golangci-lint.yaml @@ -1,4 +1,4 @@ -name: golangci-lint +name: Clustertool-go-lint concurrency: group: ${{ github.workflow }}-${{ github.ref }} on: @@ -7,15 +7,25 @@ on: # - main # tags: # - "*" - # paths: - # - 'clustertool/**' - # - ".github/workflows/clsutertool.test.yaml" - #pull_request: - # branches: - # - main - # paths: - # - 'clustertool/**' - # - ".github/workflows/clsutertool.test.yaml" + # paths: + # - 'main.go' + # - 'go.mod' + # - 'go.sum' + # - 'pkg/**' + # - 'cmd/**' + # - 'clustertool/**' + # - ".github/workflows/clsutertool.test.yaml" + pull_request: + branches: + - main + paths: + - 'main.go' + - 'go.mod' + - 'go.sum' + - 'pkg/**' + - 'cmd/**' + - 'clustertool/**' + - ".github/workflows/clsutertool.test.yaml" permissions: contents: read jobs: diff --git a/.github/workflows/clustertool.release.yaml b/.github/workflows/clustertool.release.yaml index d032cb34628..2ee5c3ce834 100644 --- a/.github/workflows/clustertool.release.yaml +++ b/.github/workflows/clustertool.release.yaml @@ -1,4 +1,4 @@ -name: goreleaser +name: clustertool-go-release concurrency: group: ${{ github.workflow }}-${{ github.ref }} on: diff --git a/.github/workflows/clustertool.test.yaml b/.github/workflows/clustertool.tests.yaml similarity index 72% rename from .github/workflows/clustertool.test.yaml rename to .github/workflows/clustertool.tests.yaml index 386f9199ed8..4392bfe2670 100644 --- a/.github/workflows/clustertool.test.yaml +++ b/.github/workflows/clustertool.tests.yaml @@ -1,20 +1,20 @@ -name: clustertool-test +name: clustertool-go-tests concurrency: group: ${{ github.workflow }}-${{ github.ref }} on: - push: - branches: - - main - tags: - - "*" - paths: - - 'main.go' - - 'go.mod' - - 'go.sum' - - 'pkg/**' - - 'cmd/**' - - 'clustertool/**' - - ".github/workflows/clsutertool.test.yaml" + # push: + # branches: + # - main + # tags: + # - "*" + # paths: + # - 'main.go' + # - 'go.mod' + # - 'go.sum' + # - 'pkg/**' + # - 'cmd/**' + # - 'clustertool/**' + # - ".github/workflows/clsutertool.test.yaml" pull_request: branches: - main