Skip to content

Commit

Permalink
ci: remove comment filter
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Jul 2, 2024
1 parent b92f258 commit d0cf2c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ permissions:
jobs:
# is actor is benchmarkable
verify:
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.comment.body, '/benchmark') }}
outputs:
is-benchmarkable: ${{ steps.is-benchmarkable.outputs.authorized }} # true or false
runs-on: ubuntu-latest
Expand Down

0 comments on commit d0cf2c4

Please sign in to comment.