From e94b4a0fec67c1c3c6530871d0b0a276120f0211 Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Thu, 27 Jun 2024 09:27:31 +0300 Subject: [PATCH] do not skip for now --- .github/workflows/benchmark.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 24f0593fb..e88131ffd 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -8,12 +8,11 @@ on: jobs: deploy: runs-on: ubuntu-latest - # todo skip already created deploys on that commit - if: >- - github.event.issue.pull_request != '' && - ( - contains(github.event.comment.body, '/benchmark') - ) + # if: >- + # github.event.issue.pull_request != '' && + # ( + # contains(github.event.comment.body, '/benchmark') + # ) permissions: pull-requests: write steps: