File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 11name : Comprehensive E2E Tests - Production
22
33on :
4- # Run on pushes to main branch
4+ # Run on main branch with version tags (for releases)
55 push :
66 branches : [ main, master ]
7+ tags : [ 'v*' ]
78
8- # Run on pull requests
9- pull_request :
10- branches : [ main, master ]
9+ # Run on GitHub releases
10+ release :
11+ types : [published, created ]
1112
1213 # Allow manual triggering
1314 workflow_dispatch :
1819 default : ' https://svmseek.com'
1920 type : string
2021
21- # Run on schedule (daily at 2 AM UTC)
22+ # Run on schedule (daily at 2 AM UTC) for production monitoring
2223 schedule :
2324 - cron : ' 0 2 * * *'
2425
Original file line number Diff line number Diff line change 11name : Periodic Realnet Tests
22
33on :
4- # Run every 6 hours to test against live Solana mainnet
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
10+ release :
11+ types : [published, created]
12+
13+ # Run every 6 hours to test against live Solana mainnet (production monitoring)
514 schedule :
615 - cron : ' 0 */6 * * *'
716
You can’t perform that action at this time.
0 commit comments