From 59f3b50fb8b610d3fad7197cd962a9e4da16417c Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 18 Dec 2024 14:04:52 +0100 Subject: [PATCH] bench --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 885b037870..0f5f0ab3ba 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -35,7 +35,7 @@ permissions: write-all jobs: build: runs-on: depot-ubuntu-22.04 - if: (github.event_name != 'workflow_dispatch') || (!github.event.inputs.ee) + if: (github.event_name != 'workflow_dispatch') || (github.event.inputs.ee == false) steps: - uses: actions/checkout@v4 with: @@ -97,7 +97,7 @@ jobs: build_ee: runs-on: depot-ubuntu-22.04 - if: (github.event_name != 'workflow_dispatch') || (github.event.inputs.ee) + if: (github.event_name != 'workflow_dispatch') || (github.event.inputs.ee == true) steps: - uses: actions/checkout@v4 with: