From 1c582abc8b875ac9e157964cd20b87956f2365cc Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Tue, 19 Apr 2022 16:10:47 -0400 Subject: [PATCH] Skip running L0 tests in release workflow to prevent package pollution (#1832) --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 677c6bf2a..838333758 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,11 +101,11 @@ jobs: working-directory: src # Run tests - - name: L0 - run: | - ${{ matrix.devScript }} test - working-directory: src - if: matrix.runtime != 'linux-arm64' && matrix.runtime != 'linux-arm' + #- name: L0 + # run: | + # ${{ matrix.devScript }} test + # working-directory: src + # if: matrix.runtime != 'linux-arm64' && matrix.runtime != 'linux-arm' # Create runner package tar.gz/zip - name: Package Release