Skip to content

Commit

Permalink
#0: Fix weird syntax thing
Browse files Browse the repository at this point in the history
  • Loading branch information
blozano-tt committed Nov 8, 2024
1 parent 3d536ae commit 884e400
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/t3000-profiler-tests-impl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ jobs:
{
name: "T3000 profiler tests",
arch: wormhole_b0,
runs-on:
- arch-wormhole_b0
- config-t3000
- pipeline-perf
- ${{ inputs.extra-tag }}
runs-on: ["arch-wormhole_b0", "config-t3000", "pipeline-perf", "${{ inputs.extra-tag }}"],
cmd: './tests/scripts/run_profiler_regressions.sh'
},
]
Expand Down

0 comments on commit 884e400

Please sign in to comment.