From be700601309df0379bdb657fb07a1ba8dcf722b7 Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario Date: Tue, 26 Sep 2023 11:10:59 -0700 Subject: [PATCH] Includ path filters to checks.yml --- .github/workflows/checks.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 1780ed2367..66e2bf3c0e 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -2,9 +2,25 @@ name: Components Checks on: pull_request: + paths: + - 'datacatalog/**' + - 'flyteadmin/**' + - 'flytecopilot/**' + - 'flyteidl/**' + - 'flyteplugins/**' + - 'flytepropeller/**' + - 'flytestdlib/**' push: branches: - master + paths: + - 'datacatalog/**' + - 'flyteadmin/**' + - 'flytecopilot/**' + - 'flyteidl/**' + - 'flyteplugins/**' + - 'flytepropeller/**' + - 'flytestdlib/**' env: GO_VERSION: "1.19" PRIORITIES: "P0"