Skip to content

Commit 1b85b0b

Browse files
committed
chore(ci): limit E2E workflow run for source code change
1 parent 83513d0 commit 1b85b0b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/run-e2e-tests.yml

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ on:
55

66
push:
77
branches: [develop]
8+
paths:
9+
- "aws_lambda_powertools/**"
10+
- "tests/e2e/**"
11+
- "pyproject.toml"
12+
- "poetry.lock"
13+
- "mypy.ini"
14+
- "parallel_run_e2e.py"
815

916
# Maintenance: Add support for triggering on `run-e2e` label
1017
# and enforce repo origin to prevent abuse

0 commit comments

Comments
 (0)