Skip to content

Commit

Permalink
ci: don't run e2e tests on docs prs
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Apr 17, 2024
1 parent 8dc225e commit f0d39b1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main
paths:
- docs/**
- "!docs/README.md"
- .github/workflows/docs_publish.yml
- packages/contrast-docs/**
pull_request:
Expand All @@ -17,6 +18,7 @@ on:
- closed
paths:
- docs/**
- "!docs/README.md"
- .github/workflows/docs_publish.yml
- packages/contrast-docs/**

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/e2e_openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
required: false
default: "false"
pull_request:
paths-ignore:
- docs/**

env:
container_registry: ghcr.io/edgelesssys
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/e2e_servicemesh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
required: false
default: "false"
pull_request:
paths-ignore:
- docs/**

env:
container_registry: ghcr.io/edgelesssys
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/e2e_simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
required: false
default: "false"
pull_request:
paths-ignore:
- docs/**

env:
container_registry: ghcr.io/edgelesssys
Expand Down

0 comments on commit f0d39b1

Please sign in to comment.