From 00c99d77a56d14043ff29e95524c5e388e4f8d7b Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Sat, 11 May 2024 18:07:10 +0200 Subject: [PATCH] fionally --- .github/workflows/backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 48532df98..b844e35f9 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -19,7 +19,7 @@ on: env: DOCKER_IMAGE_NAME: ghcr.io/loculus-project/backend - BUILD_ARM: ${{ github.ref == 'refs/heads/main' || github.event.inputs.build_arm == 'true'}} + BUILD_ARM: ${{ github.ref == 'refs/heads/main' || github.event.inputs.build_arm == 'true' || github.event.inputs.build_arm == true}} concurrency: group: ci-${{ github.ref == 'refs/heads/main' && github.run_id || github.ref }}-backend