From fdd1585b4f9423933b380aba0d0950ce7abfcb49 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Sat, 20 Mar 2021 10:02:27 +0300 Subject: - Fix CI in the PR - Fix type in the metrics plugin Register method --- .github/workflows/linux.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to '.github/workflows') 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: -- cgit v1.2.3