From 62aeccce09066b911c63ed5727b1bd720f3ff24a Mon Sep 17 00:00:00 2001 From: Rado Chmiel Date: Thu, 13 Jun 2024 17:24:25 +0200 Subject: [PATCH] Excluding changes in Prow files from triggering e2e runs --- .github/workflows/porch-e2e.yaml | 5 ++++- .github/workflows/porchctl-cli-e2e.yaml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/porch-e2e.yaml b/.github/workflows/porch-e2e.yaml index 4860f504..fab48b9a 100644 --- a/.github/workflows/porch-e2e.yaml +++ b/.github/workflows/porch-e2e.yaml @@ -19,12 +19,15 @@ on: - "docs/**" - "release/**" - "deployments/**" + - ".prow.yaml" + - "OWNERS" pull_request: paths-ignore: - "docs/**" - "release/**" - "deployments/**" - + - ".prow.yaml" + - "OWNERS" jobs: tests: name: Porch End-to-End Tests diff --git a/.github/workflows/porchctl-cli-e2e.yaml b/.github/workflows/porchctl-cli-e2e.yaml index 3a0a2735..91f6c121 100644 --- a/.github/workflows/porchctl-cli-e2e.yaml +++ b/.github/workflows/porchctl-cli-e2e.yaml @@ -19,12 +19,15 @@ on: - "docs/**" - "release/**" - "deployments/**" + - ".prow.yaml" + - "OWNERS" pull_request: paths-ignore: - "docs/**" - "release/**" - "deployments/**" - + - ".prow.yaml" + - "OWNERS" jobs: tests: name: Porch CLI End-to-End Tests