We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ec2a8 commit 94bfebeCopy full SHA for 94bfebe
.github/workflows/build-test-linux-x86_64.yml
@@ -25,7 +25,7 @@ jobs:
25
with-rocm: false
26
with-cpu: false
27
28
- filter-linux-x86_64-matrix:
+ filter-matrix:
29
needs: [generate-linux-x86_64-matrix]
30
outputs:
31
matrix: ${{ steps.generate.outputs.matrix }}
.github/workflows/build-test-windows.yml
@@ -26,8 +26,7 @@ jobs:
- filter-windows-matrix:
- name: filter-windows-matrix
needs: [generate-windows-matrix]
32
33
@@ -50,7 +49,7 @@ jobs:
50
49
echo "matrix=${MATRIX_BLOB}" >> "${GITHUB_OUTPUT}"
51
52
substitute-runner:
53
- needs: filter-windows-matrix
+ needs: filter-matrix
54
55
matrix: ${{ steps.substitute.outputs.matrix }}
56
runs-on: ubuntu-latest
0 commit comments