From b4ca28558252134697da2db7ac3c050c48e14ee7 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 27 Jun 2023 00:35:09 +0300 Subject: [PATCH] chore: ignore sub directories in examples for go files check (#8197) There are no go files in any of the subdirectories in examples directory. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6210315bc2..d3fbeea49d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -72,7 +72,7 @@ jobs: - "cmd/**" - "coderd/**" - "enterprise/**" - - "examples/**" + - "examples/*" - "provisioner/**" - "provisionerd/**" - "provisionersdk/**"