From 6e951ba8e19235ae616893b516d3932dd9d2a1bf Mon Sep 17 00:00:00 2001 From: Mak Date: Mon, 12 Aug 2024 14:06:10 +0100 Subject: [PATCH] Update subsystem-benchmarks.yml --- .github/workflows/subsystem-benchmarks.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/subsystem-benchmarks.yml b/.github/workflows/subsystem-benchmarks.yml index 2e7ee256309d..968f30df0e5a 100644 --- a/.github/workflows/subsystem-benchmarks.yml +++ b/.github/workflows/subsystem-benchmarks.yml @@ -37,7 +37,6 @@ jobs: runs-on: arc-runners-beefy-stg # arc-runners-polkadot-sdk-benchmark container: image: ${{ needs.set-image.outputs.IMAGE }} - options: --user 1001 env: BENCH_DIR: ./charts/bench/${{ matrix.features.bench }} BENCH_FILE_NAME: ${{ matrix.features.bench }} @@ -69,7 +68,7 @@ jobs: cp charts/${BENCH_FILE_NAME}.json $BENCH_DIR ls -lsa $BENCH_DIR # Fixes "detected dubious ownership" error in the ci - # git config --global --add safe.directory '*' + git config --global --add safe.directory '*' - name: Publish result to GH Pages if: ${{ steps.run-benchmarks.outcome == 'success' }}