diff --git a/.github/workflows/go-tests.yml b/.github/workflows/go-tests.yml index bf1a5420b328..4ea6b7dcd69a 100644 --- a/.github/workflows/go-tests.yml +++ b/.github/workflows/go-tests.yml @@ -1,7 +1,7 @@ name: go-tests on: - push: + pull_request: branches-ignore: - stable-website - 'docs/**' diff --git a/.github/workflows/reusable-check-go-mod.yml b/.github/workflows/reusable-check-go-mod.yml index 2051d6c4f4c4..02f9db51b97d 100644 --- a/.github/workflows/reusable-check-go-mod.yml +++ b/.github/workflows/reusable-check-go-mod.yml @@ -3,10 +3,6 @@ name: check-go-mod on: workflow_call: inputs: - uploaded-binary-name: - required: false - type: string - default: "consul-bin" runs-on: description: An expression indicating which kind of runners to use. required: false