Skip to content

Commit

Permalink
guard benchmark action with performance label again
Browse files Browse the repository at this point in the history
This check was removed in #2774 for simplicity, bring it back to spam less
  • Loading branch information
WorldSEnder committed Aug 23, 2024
1 parent 97560be commit 2774f18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ concurrency:

jobs:
benchmark:
if: github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'performance')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 2774f18

Please sign in to comment.