diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0d951509..b823c939 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,10 +2,6 @@ name: Lint on: workflow_call: - pull_request: - push: - branches: - - main jobs: markdown-lint: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0bb00cce..26bb10d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,10 +3,6 @@ name: Tests / Code Coverage # This workflow is run on pushes to main & every Pull Requests where a .go, .mod, .sum have been changed on: workflow_call: - pull_request: - push: - branches: - - main env: GO_VERSION: '1.21.1'