Skip to content

Commit

Permalink
Merge pull request #71 from radoslawc/prow_exclusion
Browse files Browse the repository at this point in the history
Excluding changes in Prow files from triggering e2e runs
  • Loading branch information
radoslawc authored Jun 13, 2024
2 parents adfa8d0 + 62aeccc commit 92ecf17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/porch-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/porchctl-cli-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92ecf17

Please sign in to comment.