Skip to content

Commit 75bf3d5

Browse files
authored
[chore] Remove matrix from scoped-tests to unblock CI (#40135)
Once we have more options, we can move them to another job like scoped-tests-matrix as done for the unittest job This should resolve #40080
1 parent 283ccf4 commit 75bf3d5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/scoped-test.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,7 @@ jobs:
5555
scoped-tests:
5656
needs: changedfiles
5757
if: needs.changedfiles.outputs.go_sources != '' || needs.changedfiles.outputs.go_tests != ''
58-
strategy:
59-
fail-fast: false
60-
matrix:
61-
os: [ windows-latest ]
62-
runs-on: ${{ matrix.os }}
58+
runs-on: windows-latest
6359
steps:
6460
- name: Echo changed files
6561
shell: bash

0 commit comments

Comments
 (0)