Skip to content

Commit

Permalink
Run the scoped tests only on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti committed Jan 8, 2025
1 parent b2fdf6b commit f3ca44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scoped-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ windows-latest ]
runs-on: ${{ matrix.os }}
needs: changedfiles
steps:
Expand Down

0 comments on commit f3ca44f

Please sign in to comment.