We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac296b3 commit d47f0beCopy full SHA for d47f0be
.github/workflows/windows-cmake.yml
@@ -41,7 +41,7 @@ jobs:
41
msvc: [ msvc-2022 ]
42
build_type: [ Release ]
43
arch: [ x64 ]
44
- shard: [ Core1, Core2, Core3, Core4, Core5, Compute, AIPlatform, Shard1, Shard2, Shard3, Shard4, Shard5, Other ]
+ shard: [ Core1, Core2, Core3, Core4, Core5, Compute, AIPlatform, Shard1, Shard2, Shard3, Shard4, Shard5 ]
45
exclude:
46
# Also skip shards (Compute and Other) that contain only generated code.
47
- exclude-from-full-trick: ${{ ! inputs.full-matrix }}
0 commit comments