From b339a9321ae1cb7398bc3da817f66eeb679ff572 Mon Sep 17 00:00:00 2001 From: shatoboar <57257492+shatoboar@users.noreply.github.com> Date: Tue, 1 Feb 2022 11:53:24 +0100 Subject: [PATCH] fix: reducing github actions (#215) --- .github/workflows/golang-test-build.yml | 4 ++-- .github/workflows/golangci-lint.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golang-test-build.yml b/.github/workflows/golang-test-build.yml index 2feb8f134..9188bb3d7 100644 --- a/.github/workflows/golang-test-build.yml +++ b/.github/workflows/golang-test-build.yml @@ -1,5 +1,5 @@ name: Test Build On Platforms -on: [push,pull_request] +on: [pull_request] jobs: test_build: strategy: @@ -37,4 +37,4 @@ jobs: - name: run build signal run: GOOS=${{ matrix.os }} go build . - working-directory: signal \ No newline at end of file + working-directory: signal diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 933aa7858..054f571f4 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -1,5 +1,5 @@ name: golangci-lint -on: [push,pull_request] +on: [pull_request] jobs: golangci: name: lint