fix(ci): restore ql3 multi-profile gates

This commit is contained in:
whyour
2026-08-22 13:44:19 +08:00
parent f1cca9a3ed
commit c8ad5ea368
17 changed files with 320 additions and 111 deletions
@@ -338,6 +338,7 @@ function publisherProvenanceInstallRepository(repository, provenance) {
findLock: (...args) => repository.findLock(...args),
create: (...args) => repository.create(...args),
listRecoveryPage: (...args) => repository.listRecoveryPage(...args),
listCurrentPage: (...args) => repository.listCurrentPage(...args),
async commit(command) {
if (command.record.state !== 'staged') {
return repository.commit(command);