From 379b10ec2143bb90c4208f8b27ca9abd34a9d2ea Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Thu, 12 Oct 2023 15:49:18 +0900 Subject: [PATCH] Update build-images.yaml --- .github/workflows/build-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index 67e6bf98..421780a7 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -32,7 +32,7 @@ name: Builds and pushes tagged image to DockerHub jobs: generate_build_deps: name: Generate Build Deps - runs-on: ${{ fromJSON('["ubuntu-latest", github.event.inputs.type]')[github.event.inputs.type == ''] }} + runs-on: ${{ fromJSON('["ubuntu-latest", github.event.inputs.type]')[github.event.inputs.type != ''] }} steps: - name: Reclaiming disk space on / by removing dotnet/android/ghc if: ${{ github.event.inputs.type == 'ubuntu-latest' }}