Skip to content

Commit 08052ea

Browse files
committed
matrix.device
1 parent 0432f1f commit 08052ea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/bench.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ jobs:
3939
group: frontier
4040
labels: olcf
4141
flag: f
42-
device: gpu
43-
build_script: bash .github/workflows/frontier/build.sh ${{ matrix.device }}
42+
strategy:
43+
matrix:
44+
device: ['gpu']
45+
build_script: "bash .github/workflows/frontier/build.sh ${{ matrix.device }}"
4446
runs-on:
4547
group: ${{ matrix.group }}
4648
labels: ${{ matrix.labels }}

0 commit comments

Comments
 (0)