Skip to content

Commit

Permalink
benchmark workflow added
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakdinesh1123 committed Aug 22, 2022
1 parent 85911c6 commit 7a3b405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Expand Up @@ -2,11 +2,11 @@ name: Benchmark

on:
pull_request:
types: [ labeled ]
types: [ labeled, synchronize, opened, reopened ]

jobs:
Run_benchmarks:
if: ${{ github.event.label.name == 'benchmark' }}
if: contains(github.event.pull_request.labels.*.name, 'benchmark')
runs-on: ubuntu-latest
steps:
- name: Checkout Benchmark Repo
Expand Down

0 comments on commit 7a3b405

Please sign in to comment.