We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 934f031 commit bd028f2Copy full SHA for bd028f2
.github/workflows/comprehensive-e2e-tests.yml
@@ -3,7 +3,6 @@ name: Comprehensive E2E Tests - Production
3
on:
4
# Run on main branch with version tags (for releases)
5
push:
6
- branches: [ main, master ]
7
tags: [ 'v*' ]
8
9
# Run on GitHub releases
@@ -19,10 +18,6 @@ on:
19
18
default: 'https://svmseek.com'
20
type: string
21
22
- # Run on schedule (daily at 2 AM UTC) for production monitoring
23
- schedule:
24
- - cron: '0 2 * * *'
25
-
26
jobs:
27
comprehensive-e2e-tests:
28
name: Comprehensive E2E Tests
@@ -403,4 +398,4 @@ jobs:
403
398
echo "❌ Some E2E tests failed"
404
399
echo "🔍 Please review the test results and fix issues before production deployment"
405
400
echo "📋 Detailed reports available in the Actions artifacts"
406
- exit 1
401
+ exit 1
0 commit comments