Skip to content

Commit 44f0334

Browse files
authored
ci: enable GHA windows-cmake testing (#15983)
1 parent a2eef45 commit 44f0334

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
# branches we can disable builds (to speed up the testing) or add new ones,
1010
# without impacting the rest of the team.
1111
push:
12-
branches: [ 'ci-gha**', 'prepare-for-v3.0.0' ]
12+
branches: [ 'ci-gha**', 'main' ]
1313
# Start the build in the context of the target branch. This is considered
1414
# "safe", as the workflow files are already committed. These types of builds
1515
# have access to the secrets in the build, which we need to use the remote

.github/workflows/windows-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
msvc: [ msvc-2022 ]
4242
build_type: [ Release ]
4343
arch: [ x64 ]
44-
shard: [ Core1, Core2, Core3, Core4, Core5, Compute, AIPlatform, Shard1, Shard2, Shard3, Shard4, Shard5 ]
44+
shard: [ Core1, Core2, Core3, Core4, Core5, Shard1 ]
4545
exclude:
4646
# Also skip shards (Compute and Other) that contain only generated code.
4747
- exclude-from-full-trick: ${{ ! inputs.full-matrix }}

0 commit comments

Comments
 (0)