Skip to content

Commit

Permalink
Update benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alankritdabral authored Apr 9, 2024
1 parent 8ec0158 commit 570ddba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
macro_benchmark:
name: Macro Benchmarks
if: "contains(github.event.label.name, 'ci: benchmark') || github.event_name == 'push'"
if: "github.event.label.name == 'ci: benchmark' || github.event_name == 'push'"
runs-on: ubuntu-latest
permissions:
pull-requests: write
Expand Down

0 comments on commit 570ddba

Please sign in to comment.