Skip to content

Commit

Permalink
do not skip for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Jun 27, 2024
1 parent 092e270 commit e94b4a0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e94b4a0

Please # to comment.