From a497f8554fd84ad4c2a51c09010f8ad43daf1250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hatvani=20Tam=C3=A1s?= <75033623+htamas1210@users.noreply.github.com> Date: Wed, 12 Nov 2025 19:12:47 +0100 Subject: [PATCH] Add checkout action to dispatcher workflow --- .github/workflows/dispatcher.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dispatcher.yml b/.github/workflows/dispatcher.yml index 0524127..7e3ff2d 100644 --- a/.github/workflows/dispatcher.yml +++ b/.github/workflows/dispatcher.yml @@ -16,6 +16,7 @@ jobs: server: ${{ steps.check.outputs.server }} ui: ${{ steps.check.outputs.ui }} steps: + - uses: actions/checkout@v4 - name: Determine which tests to run id: check run: |