From f4f7750ea14c5fcfac3611f6366b272dfd4e017d Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Thu, 29 Feb 2024 13:12:04 -0800 Subject: [PATCH] [ci] Disable automatic GitHub action trigger We've migrated to an azure pipeline build in DevDiv for official builds, and no longer need to run the GitHub action on every push/PR. --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da381f6..a4c785e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,12 +3,7 @@ env: BUILD_DIR: xa-build on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - - workflow_dispatch: + workflow_dispatch jobs: build_llvm_linux: