Skip to content

Commit

Permalink
build: filter out GHAE
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Feb 7, 2025
1 parent 2ae8770 commit 996a5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async function run() {
// temporarily hardcode versions until we unblock automated updates
const currentGhesVersions = [...(await getCurrentVersions())];

for (const folder of data) {
for (const folder of data.filter((e) => e.name !== "github.ae")) {
const { name } = folder;
const ref = getDescriptionsOptions.ref;

Expand Down

0 comments on commit 996a5a6

Please sign in to comment.