Skip to content

Commit 6648366

Browse files
committed
chore(ci): enable e2e on push and dispatch
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
1 parent d6f7e9f commit 6648366

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
name: run-e2e-tests
1+
name: Run end-to-end tests
2+
23
on:
34
workflow_dispatch:
5+
6+
push:
7+
branches: [develop]
8+
9+
# Maintenance: Add support for triggering on `run-e2e` label
10+
# and enforce repo origin to prevent abuse
11+
412
env:
513
AWS_DEFAULT_REGION: us-east-1
6-
E2E_TESTS_PATH: tests/e2e/
14+
715
jobs:
816
run:
917
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)