Browse Source

fix: Change detection fixes for interconnect files.

xmkb
Peter Johanson 2 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: @@ -249,7 +249,7 @@ jobs:
}
break;
case "interconnect":
break;
return [];
}
});
}))).flat();

Loading…
Cancel
Save