From 953de0cbf254619be2b48e511e9c539f8e2c7037 Mon Sep 17 00:00:00 2001 From: droak Date: Wed, 6 Nov 2024 12:26:36 +0900 Subject: [PATCH] just skip fetch on push --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 0925bf65..855616bb 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -44,7 +44,7 @@ jobs: fail-on-alert: true comment-always: true gh-pages-branch: main - skip-fetch-gh-pages: true + skip-fetch-gh-pages: ${{ github.event_name == 'push' }} benchmark-data-dir-path: ./cache/benchmarks docs: