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"