From c0978b79abf930c890d936ddcb9540fde5a58b1f Mon Sep 17 00:00:00 2001 From: Bill Teng Date: Tue, 11 Jun 2024 00:04:34 +0000 Subject: [PATCH] #0: skip release build on GH runners, we already test it via build artifacts --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 31b9ff60565..d20802c191a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -8,7 +8,7 @@ jobs: build-lib: strategy: matrix: - type: [ Debug, Release, RelWithDebInfo ] + type: [ Debug, RelWithDebInfo ] arch: [grayskull, wormhole_b0, blackhole] os: [ubuntu-20.04] env: