Skip to content

Commit bd028f2

Browse files
authored
Update comprehensive-e2e-tests.yml
1 parent 934f031 commit bd028f2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Comprehensive E2E Tests - Production
33
on:
44
# Run on main branch with version tags (for releases)
55
push:
6-
branches: [ main, master ]
76
tags: [ 'v*' ]
87

98
# Run on GitHub releases
@@ -19,10 +18,6 @@ on:
1918
default: 'https://svmseek.com'
2019
type: string
2120

22-
# Run on schedule (daily at 2 AM UTC) for production monitoring
23-
schedule:
24-
- cron: '0 2 * * *'
25-
2621
jobs:
2722
comprehensive-e2e-tests:
2823
name: Comprehensive E2E Tests
@@ -403,4 +398,4 @@ jobs:
403398
echo "❌ Some E2E tests failed"
404399
echo "🔍 Please review the test results and fix issues before production deployment"
405400
echo "📋 Detailed reports available in the Actions artifacts"
406-
exit 1
401+
exit 1

0 commit comments

Comments
 (0)