diff options
author | Valery Piashchynski <[email protected]> | 2021-03-20 10:57:21 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-20 10:57:21 +0300 |
commit | a2666255748d440769e7f56a6ef2cf7fbf7b2a5f (patch) | |
tree | 0698d19f7f08779e32c985e1200c14f3f995abc8 /.github/workflows/linters.yml | |
parent | bd91ca0f3e444405f0f6cf9d1dabbeef93de2d85 (diff) | |
parent | 630888bc3263d54ed35f64fe87649fa4226c761e (diff) |
Merge pull request #608 from dstrop/config-metrics-fix
fix(metrics): remove statsProvider from metrics collectors sync.Map
Diffstat (limited to '.github/workflows/linters.yml')
-rw-r--r-- | .github/workflows/linters.yml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index a2294ed9..79e00f9b 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -1,14 +1,6 @@ name: Linters -on: - push: - pull_request: - branches: - # Branches from forks have the form 'user:branch-name' so we only run - # this job on pull_request events for branches that look like fork - # branches. Without this we would end up running this job twice for non - # forked PRs, once for the push and then once for opening the PR. - - "**:**" +on: [push, pull_request] jobs: golangci-lint: |