From 5df61e611e9cc561e1ac9e6fbcbf456b032b32c8 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 26 May 2022 15:12:24 +0300 Subject: [PATCH] Debug WIP: --- .github/workflows/benchmark-cachegrind.yml | 2 ++ .github/workflows/benchmark.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/benchmark-cachegrind.yml b/.github/workflows/benchmark-cachegrind.yml index b686a436..b5394a9f 100644 --- a/.github/workflows/benchmark-cachegrind.yml +++ b/.github/workflows/benchmark-cachegrind.yml @@ -94,6 +94,8 @@ jobs: run: | echo "Pushing benchmark results..." cd gh-pages + git config user.name github-actions + git config user.email github@users.noreply.github.com git add ./dev/bench/data.json git commit -m "Add benchmarks results for ${{ github.sha }}" git push diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index c43a6ed9..3fe660b4 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -87,6 +87,8 @@ jobs: run: | echo "Pushing benchmark results..." cd gh-pages + git config user.name github-actions + git config user.email github@users.noreply.github.com git add ./dev/bench/data.json git commit -m "Add benchmarks results for ${{ github.sha }}" git push