Skip to content

Commit

Permalink
#8535 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed May 15, 2024
1 parent d4021cd commit 87a9801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build-artifact:
strategy:
matrix:
arch: ${{ fromJson(needs.workflow_call.inputs.arch || '["grayskull", "wormhole_b0"]') }}
arch: ${{ fromJson(github.event.inputs.arch || '["grayskull", "wormhole_b0"]') }}

env:
TT_METAL_ENV: ${{ vars.TT_METAL_ENV }}
Expand Down

0 comments on commit 87a9801

Please sign in to comment.