From 433f155cd3492388de11e1324be5292dcfabb24d Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Thu, 14 Mar 2024 13:30:21 +0900 Subject: remove test from the release workflow because tagged commit is already tested. --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fbde9d8..293f506 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,12 +27,6 @@ jobs: - name: Configure Cmake run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} - - name: Build Containers - run: make -C ${{github.workspace}}/build docker-build-all - - - name: Test - run: make -C ${{github.workspace}}/build docker-test-all - - name: Build single binary mscp run: make -C ${{github.workspace}}/build build-single-binary -- cgit v1.2.3