Skip to content

Commit 94bfebe

Browse files
committed
test
1 parent 47ec2a8 commit 94bfebe

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build-test-linux-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with-rocm: false
2626
with-cpu: false
2727

28-
filter-linux-x86_64-matrix:
28+
filter-matrix:
2929
needs: [generate-linux-x86_64-matrix]
3030
outputs:
3131
matrix: ${{ steps.generate.outputs.matrix }}

.github/workflows/build-test-windows.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
with-rocm: false
2727
with-cpu: false
2828

29-
filter-windows-matrix:
30-
name: filter-windows-matrix
29+
filter-matrix:
3130
needs: [generate-windows-matrix]
3231
outputs:
3332
matrix: ${{ steps.generate.outputs.matrix }}
@@ -50,7 +49,7 @@ jobs:
5049
echo "matrix=${MATRIX_BLOB}" >> "${GITHUB_OUTPUT}"
5150
5251
substitute-runner:
53-
needs: filter-windows-matrix
52+
needs: filter-matrix
5453
outputs:
5554
matrix: ${{ steps.substitute.outputs.matrix }}
5655
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)