We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65e2d6 commit d119436Copy full SHA for d119436
.github/workflows/ci.yml
@@ -264,7 +264,7 @@ jobs:
264
cargo-test-windows:
265
timeout-minutes: 15
266
needs: determine_changes
267
- if: ${{ github.repository == 'astral-sh/uv' && !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
+ if: ${{ github.repository == 'astral-sh/uv' && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
268
runs-on: depot-windows-2022-16
269
name: "cargo test | windows"
270
steps:
0 commit comments