Skip to content

Commit c77c204

Browse files
authored
chore: skip running e2e tests on markdown changes (#2050)
1 parent 5765fe7 commit c77c204

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/e2e-fork.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
branches:
66
- main
77
paths-ignore:
8-
- docs/**
8+
- "docs/**"
9+
- "**.md"
10+
- "LICENSE"
911

1012
jobs:
1113
# dynamically build a matrix of test/test suite pairs to run

.github/workflows/e2e.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ on:
66
branches:
77
- main
88
paths-ignore:
9-
- docs/**
9+
- "docs/**"
10+
- "**.md"
11+
- "LICENSE"
1012

1113
env:
1214
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)