From de06005d019156fc089949be75533f080294758c Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 26 Aug 2022 14:27:37 -0700 Subject: [PATCH] Do not run go linting on web-only changes --- .github/workflows/go-lint.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/go-lint.yml b/.github/workflows/go-lint.yml index adce3701c..a936b2fe6 100644 --- a/.github/workflows/go-lint.yml +++ b/.github/workflows/go-lint.yml @@ -5,11 +5,6 @@ on: - 'webroot/**' - 'web/**' - pull_request: - paths-ignore: - - 'webroot/**' - - 'web/**' - permissions: contents: read