From 11d1cb16d875adbe126ffb86f81706fa3cec8579 Mon Sep 17 00:00:00 2001 From: burgholzer Date: Tue, 8 Oct 2024 18:20:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20fix=20the=20MQT=20Core=20update?= =?UTF-8?q?=20workflow=20condition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: burgholzer --- .github/workflows/update-mqt-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-mqt-core.yml b/.github/workflows/update-mqt-core.yml index a267ecc1..28ad5487 100644 --- a/.github/workflows/update-mqt-core.yml +++ b/.github/workflows/update-mqt-core.yml @@ -23,4 +23,4 @@ jobs: name: ⬆️ Update MQT Core uses: cda-tum/mqt-workflows/.github/workflows/reusable-mqt-core-update.yml@v1.4 with: - update-to-head: ${{ github.event.inputs.update-to-head || false }} + update-to-head: ${{ github.event.inputs.update-to-head == 'true' }}