fix(ci): continue functional chain and publish heal/pool reports (#6932)

This commit is contained in:
hector
2026-08-31 15:19:46 +08:00
committed by GitHub
parent bb37841362
commit ea01cd339c
6 changed files with 1071 additions and 2 deletions
+3
View File
@@ -274,6 +274,9 @@ jobs:
{ key: 's3', label: 'S3 Compatibility' },
{ key: 'kms', label: 'KMS' },
{ key: 'tier', label: 'Tier' },
{ key: 'heal', label: 'Heal' },
{ key: 'pool', label: 'Pool Expansion' },
{ key: 'security', label: 'Security' },
];
const tabs = document.getElementById('tabs');
const list = document.getElementById('list');