Skip to content

Commit 925e245

Browse files
committed
ci: run full e2e suite on every push to main
1 parent ac2b562 commit 925e245

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: E2E Tests (Weekly Full Suite)
1+
name: E2E Tests (Full Suite)
22
on:
33
workflow_dispatch:
44
inputs:
@@ -7,6 +7,8 @@ on:
77
default: 'us-east-1'
88
schedule:
99
- cron: '0 14 * * 1' # Every Monday at 9 AM EST (14:00 UTC)
10+
push:
11+
branches: [main]
1012

1113
concurrency:
1214
group: e2e-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)