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: