From 752123b3e7f98d6b1dea817d154ed95927ed11e5 Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario Date: Wed, 22 May 2024 13:27:09 -0700 Subject: [PATCH] Only run these in PR if a flytectl file is modified Signed-off-by: Eduardo Apolinario --- .github/workflows/flytectl-install.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/flytectl-install.yml b/.github/workflows/flytectl-install.yml index 2b34c09470..d0fbfce67a 100644 --- a/.github/workflows/flytectl-install.yml +++ b/.github/workflows/flytectl-install.yml @@ -6,6 +6,8 @@ concurrency: on: pull_request: + paths: + - flytectly/** push: branches: - master