From 279d545a28b4e558a2189d20ac226ffd3a086ca2 Mon Sep 17 00:00:00 2001 From: Matt Fiddaman Date: Mon, 7 Oct 2024 17:37:08 +0100 Subject: [PATCH] fix size comparison workflow (#3594) * fix size comparison workflow * note --- .github/workflows/size-compare.yml | 1 + upcoming-release-notes/3594.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 upcoming-release-notes/3594.md diff --git a/.github/workflows/size-compare.yml b/.github/workflows/size-compare.yml index bf6a5bd498..008f98a764 100644 --- a/.github/workflows/size-compare.yml +++ b/.github/workflows/size-compare.yml @@ -61,6 +61,7 @@ jobs: workflow: build.yml name: build-stats path: head + allow_forks: true - name: Strip content hashes from stats files run: | diff --git a/upcoming-release-notes/3594.md b/upcoming-release-notes/3594.md new file mode 100644 index 0000000000..53565f563c --- /dev/null +++ b/upcoming-release-notes/3594.md @@ -0,0 +1,6 @@ +--- +category: Maintenance +authors: [matt-fidd] +--- + +Fix regression in size comparison workflow