Skip to content

Commit e001fd6

Browse files
committed
temp adding
1 parent a8445a1 commit e001fd6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/e2e-smoke-test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@ name: E2E Smoke Test
22

33
# Run every 6 hours: at 00:00, 06:00, 12:00, and 18:00 UTC
44
on:
5+
push:
6+
branches: [main]
7+
paths-ignore:
8+
- "docs/**"
9+
- "*.md"
10+
pull_request:
11+
branches: [main]
12+
paths-ignore:
13+
- "docs/**"
14+
- "*.md"
515
schedule:
616
- cron: '0 */6 * * *'
717
workflow_dispatch: # Allow manual triggering

0 commit comments

Comments
 (0)