Skip to content

Commit

Permalink
Set max parallel runners to 1 for benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
hmallen99 committed Oct 31, 2024
1 parent 10609fb commit 45e3a8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ jobs:
runs-on: ubuntu-latest
needs: build_ios_app
strategy:
max-parallel: 1
matrix:
engine: [hermes, jsc]
steps:
Expand Down

0 comments on commit 45e3a8f

Please sign in to comment.