Skip to content

Commit

Permalink
update job name
Browse files Browse the repository at this point in the history
  • Loading branch information
mmanzoorTT committed Dec 19, 2024
1 parent 3ec6196 commit 1fdb937
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-ttrt-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
fail-fast: false
matrix:
build: [
{runs-on: n150, n300, name: "run1", runner_idx: 0, runner_total: 3},
{runs-on: n150, n300, name: "run2", runner_idx: 1, runner_total: 3},
{runs-on: n300, n150, name: "run3", runner_idx: 2, runner_total: 3},
{runs-on: n150, n300, name: "ttrt_run1", runner_idx: 0, runner_total: 3},
{runs-on: n150, n300, name: "ttrt_run2", runner_idx: 1, runner_total: 3},
{runs-on: n300, n150, name: "ttrt_run3", runner_idx: 2, runner_total: 3},
]
runs-on:
- ${{ matrix.build.runs-on }}
Expand Down

0 comments on commit 1fdb937

Please sign in to comment.