Skip to content

Commit

Permalink
#10800: patch models and ttnn post commit to use correct runner-labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed Jul 30, 2024
1 parent 3965010 commit cb4606d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/models-post-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
LOGURU_LEVEL: INFO
LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib
runs-on:
- ${{ inputs.runs-on }}
- ${{ inputs.runner-label }}
- "in-service"
steps:
- uses: tenstorrent-metal/metal-workflows/.github/actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ttnn-post-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
LOGURU_LEVEL: INFO
LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib
runs-on:
- ${{ inputs.runs-on }}
- ${{ inputs.runner-label }}
- "in-service"
steps:
- uses: tenstorrent-metal/metal-workflows/.github/actions/[email protected]
Expand Down

0 comments on commit cb4606d

Please sign in to comment.