Skip to content

Commit 11d1cb1

Browse files
committed
🩹 fix the MQT Core update workflow condition
Signed-off-by: burgholzer <burgholzer@me.com>
1 parent 931a0e2 commit 11d1cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-mqt-core.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
name: ⬆️ Update MQT Core
2424
uses: cda-tum/mqt-workflows/.github/workflows/reusable-mqt-core-update.yml@v1.4
2525
with:
26-
update-to-head: ${{ github.event.inputs.update-to-head || false }}
26+
update-to-head: ${{ github.event.inputs.update-to-head == 'true' }}

0 commit comments

Comments
 (0)