From 22cb7b998636419823c99badb65055b1ac8eadc5 Mon Sep 17 00:00:00 2001 From: Jacob Wujciak-Jens Date: Thu, 12 Dec 2024 19:16:50 +0100 Subject: [PATCH] revert - enable report upload --- .github/workflows/build-metrics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-metrics.yml b/.github/workflows/build-metrics.yml index 2cfb48047b54..b5e4ea2206b2 100644 --- a/.github/workflows/build-metrics.yml +++ b/.github/workflows/build-metrics.yml @@ -117,7 +117,7 @@ jobs: "/tmp/metrics" upload-report: - if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'facebookincubator/velox' }} + # if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'facebookincubator/velox' }} permissions: contents: write runs-on: ubuntu-latest