From 54a5d7f0056b4a846c790e7e019b9b5e74f76a98 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 2 Jul 2025 14:15:58 -0700 Subject: Run full check on merge_queue, but not on push. (#7596) * Run full check on merge_queue, but not on push. * Fix. * Update copilot instructions. --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18e5fa7bc..b18bc7bad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,8 +4,6 @@ on: workflow_dispatch: merge_group: types: [checks_requested] - push: - branches: [master] pull_request: branches: [master] concurrency: @@ -71,7 +69,7 @@ jobs: platform: x86_64 test-category: full # Run full gpu tests on PR/Main branch, but not on merge_group. - full-gpu-tests: ${{ github.event_name != 'merge_group' }} + full-gpu-tests: true # Run on self-hosted machine when using full-gpu-tests, otherwise on github runners. runs-on: ["Windows", "self-hosted", "GCP-T4"] has-gpu: true @@ -82,7 +80,7 @@ jobs: compiler: cl platform: x86_64 test-category: full - full-gpu-tests: ${{ github.event_name != 'merge_group' }} + full-gpu-tests: true runs-on: ["Windows", "self-hosted", "GCP-T4"] has-gpu: true server-count: 8 -- cgit v1.2.3