mirror of
https://github.com/SukkaW/Surge.git
synced 2026-09-12 18:44:36 +08:00
Chore: short circut output content hash comparision on CI
This commit is contained in:
@@ -154,6 +154,9 @@ export class SurgeMitmSgmodule extends BaseWriteStrategy {
|
||||
|
||||
private readonly rules = new Set<string>();
|
||||
|
||||
// #!desc only carries a size derived from the rules, no volatile date
|
||||
protected override readonly skipCompareOnCI = true;
|
||||
|
||||
protected get result() {
|
||||
if (this.rules.size === 0) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user