From 5f9afd878d60c92cabca80b60a64cdf364a587e5 Mon Sep 17 00:00:00 2001 From: Oleg Date: Sat, 6 Jul 2024 11:34:45 +0400 Subject: [PATCH] Remove conditions for test --- .github/workflows/benchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index c89f65618..fd6f2a68a 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -2,7 +2,7 @@ name: Run Benchmarks on: push: branches: - - main + - issue_#208 pull_request: env: @@ -92,4 +92,4 @@ jobs: alert-threshold: '200%' github-token: ${{ secrets.GITHUB_TOKEN }} # Push and deploy GitHub pages branch automatically only if run in main repo and not in PR - auto-push: ${{ github.repository == 'krzema12/snakeyaml-engine-kmp' && github.event_name != 'pull_request' }} + auto-push: ${{ github.event_name != 'pull_request' }}