Skip to content

Commit

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

Reviewed By: kgpai

Differential Revision: D56669996

Pulled By: kagamiori

fbshipit-source-id: c092b6cafed5290d4414318404e6d742c226539c
  • Loading branch information
assignUser authored and Joe-Abraham committed Jun 7, 2024
1 parent 115d638 commit f723696
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 f723696

Please sign in to comment.