Skip to content

Commit 934f031

Browse files
authored
Update comprehensive-e2e-testing.yml
1 parent c6742b8 commit 934f031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ main, master ]
88
schedule:
99
# Run daily at 2 AM UTC for production health checks
10-
- cron: '0 2 * * *'
10+
- cron: '0 9 1 * *'
1111
workflow_dispatch:
1212
inputs:
1313
test_suite:
@@ -596,4 +596,4 @@ jobs:
596596
title: 'Production Health Check Failed',
597597
body: `Production health check failed on ${new Date().toISOString()}.\n\nCheck the workflow run for details: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}`,
598598
labels: ['bug', 'production', 'urgent']
599-
});
599+
});

0 commit comments

Comments
 (0)