Browse Source

fix: Change detection fixes for interconnect files.

xmkb
Peter Johanson 3 years ago committed by Pete Johanson
parent
commit
35db784b5d
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -249,7 +249,7 @@ jobs:
} }
break; break;
case "interconnect": case "interconnect":
break; return [];
} }
}); });
}))).flat(); }))).flat();

Loading…
Cancel
Save