From d92e1b02cdf1548fc9e14f66ad68d9b606cb82d6 Mon Sep 17 00:00:00 2001 From: darrenge Date: Thu, 17 Oct 2024 10:47:47 -0700 Subject: [PATCH] Removed skip-fetch-gh-pages --- .github/workflows/ci-bdnbenchmark.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-bdnbenchmark.yml b/.github/workflows/ci-bdnbenchmark.yml index d08758f111..dc1025f8bd 100644 --- a/.github/workflows/ci-bdnbenchmark.yml +++ b/.github/workflows/ci-bdnbenchmark.yml @@ -83,7 +83,6 @@ jobs: fail-on-alert: true alert-comment-cc-users: '@darrenge' summary-always: false - skip-fetch-gh-pages: true auto-push: true # Run `github-action-benchmark` action for the Continuous Benchmarking Charts @@ -95,7 +94,6 @@ jobs: output-file-path: ./test/BDNPerfTests/BenchmarkDotNet.Artifacts/results/BDN.benchmark.${{ matrix.test }}-report-full-compressed.json github-token: ${{ secrets.GITHUB_TOKEN }} summary-always: true - skip-fetch-gh-pages: true auto-push: true