From c4cb5c6d8b2a3b7198e6ab02fd3fe5fea3c4af1a Mon Sep 17 00:00:00 2001 From: bocchino Date: Mon, 10 Jul 2023 09:27:21 -0700 Subject: [PATCH] Remove native build on PR It is brittle and is causing CI to break --- .github/workflows/build-native.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 1fea3c1fe..0fbbbd995 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -2,8 +2,6 @@ name: Build Native Images on: release: types: [published] - pull_request: - branches: [main] jobs: Build-Native-Images: strategy: