summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-03-20 10:57:21 +0300
committerGitHub <[email protected]>2021-03-20 10:57:21 +0300
commita2666255748d440769e7f56a6ef2cf7fbf7b2a5f (patch)
tree0698d19f7f08779e32c985e1200c14f3f995abc8 /.github
parentbd91ca0f3e444405f0f6cf9d1dabbeef93de2d85 (diff)
parent630888bc3263d54ed35f64fe87649fa4226c761e (diff)
Merge pull request #608 from dstrop/config-metrics-fix
fix(metrics): remove statsProvider from metrics collectors sync.Map
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linters.yml10
-rw-r--r--.github/workflows/linux.yml10
2 files changed, 2 insertions, 18 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:
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index c5fde431..a478726d 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -1,14 +1,6 @@
name: Tests
-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:
golang: