Skip to content

Commit

Permalink
Fix workflow syntax for build-metrix.yml (#9642)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #9642

Reviewed By: kgpai

Differential Revision: D56669996

Pulled By: kagamiori

fbshipit-source-id: c092b6cafed5290d4414318404e6d742c226539c
  • Loading branch information
assignUser authored and facebook-github-bot committed Apr 27, 2024
1 parent 4797041 commit adc5219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
strategy:
fail-fast: false
matrix:
- runner: "16-core"
- type: ["debug", "release"]
runner: ["16-core"]
type: ["debug", "release"]
defaults:
run:
shell: bash
Expand Down

0 comments on commit adc5219

Please sign in to comment.