From bad3c7ab2efe700890d071e78ff8ec60f202deec Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Tue, 15 Oct 2024 20:27:44 -0700 Subject: [PATCH] Only run installation test workflow for PRs that edit the installation scripts --- .github/workflows/install.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 9c7f31a58..d93cd7811 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -1,7 +1,13 @@ name: Installation on: workflow_dispatch: - push: + pull_request: + branches: + - main + paths: + - 'bin/wally-tool-chain-install.sh' + - 'bin/wally-distro-check.sh' + - 'wally-package-install.sh' schedule: - cron: "0 0 * * 3" # Run at 12:00 AM on Wednesdays defaults: