Skip to content

Commit 4afef61

Browse files
committed
Add os name to stability job
1 parent 75b8df4 commit 4afef61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coder-test-stability.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424

2525
jobs:
2626
coder-test-stability:
27-
name: "test/go/stability"
27+
name: "test/go/stability/${{ matrix.os }}"
2828
runs-on: ${{ matrix.os }}
2929
strategy:
3030
matrix:

0 commit comments

Comments
 (0)