From 508486e1c30c6331dce66a738459fed6fbf483d3 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sun, 11 Feb 2024 00:26:07 +0900 Subject: [PATCH] Prepare universal workflow --- .github/workflows/images_build_rhel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images_build_rhel.yml b/.github/workflows/images_build_rhel.yml index 8bf458d0a..779987d9d 100644 --- a/.github/workflows/images_build_rhel.yml +++ b/.github/workflows/images_build_rhel.yml @@ -91,7 +91,7 @@ jobs: build_base: timeout-minutes: 30 name: Build ${{ matrix.build }} base on RHEL (${{ matrix.os }}) - runs-on: [self-hosted, linux, ${{ matrix.os }}] + runs-on: [self-hosted, linux, "${{ matrix.os }}"] needs: ["init_build"] strategy: fail-fast: false