diff --git a/.github/workflows/test-runner.yml b/.github/workflows/test-runner.yml index ca70cecf3db37..749fb93bf8261 100644 --- a/.github/workflows/test-runner.yml +++ b/.github/workflows/test-runner.yml @@ -9,7 +9,7 @@ on: # branches we can disable builds (to speed up the testing) or add new ones, # without impacting the rest of the team. push: - branches: [ 'ci-gha**', 'prepare-for-v3.0.0' ] + branches: [ 'ci-gha**', 'main' ] # Start the build in the context of the target branch. This is considered # "safe", as the workflow files are already committed. These types of builds # have access to the secrets in the build, which we need to use the remote diff --git a/.github/workflows/windows-cmake.yml b/.github/workflows/windows-cmake.yml index 4d37d6aa202ec..85f50e7aeda78 100644 --- a/.github/workflows/windows-cmake.yml +++ b/.github/workflows/windows-cmake.yml @@ -41,7 +41,7 @@ jobs: msvc: [ msvc-2022 ] build_type: [ Release ] arch: [ x64 ] - shard: [ Core1, Core2, Core3, Core4, Core5, Compute, AIPlatform, Shard1, Shard2, Shard3, Shard4, Shard5 ] + shard: [ Core1, Core2, Core3, Core4, Core5, Shard1 ] exclude: # Also skip shards (Compute and Other) that contain only generated code. - exclude-from-full-trick: ${{ ! inputs.full-matrix }}