From 2426940854ee58a693ef2823388c48688756db22 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 26 May 2022 14:50:38 +0300 Subject: [PATCH] Debug WIP --- .github/workflows/benchmark.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index c061c613..5b6d8427 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -8,6 +8,15 @@ on: - "rfcs/**" - "*.md" - "prototyping/**" + push: + branches: + - master + paths-ignore: + - "docs/**" + - "papers/**" + - "rfcs/**" + - "*.md" + - "prototyping/**" jobs: benchmarks-run: @@ -71,3 +80,8 @@ jobs: comment-on-alert: true comment-always: true github-token: ${{ secrets.BENCH_GITHUB_TOKEN }} + + - name: Push benchmark results + if: !!github.event.push + run: | + echo "Pushing benchmark results..."