Skip to content

Commit ef8287b

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)