Add checkout action to dispatcher workflow

This commit is contained in:
Hatvani Tamás
2025-11-12 19:12:47 +01:00
committed by GitHub
parent 39273908ac
commit a497f8554f

View File

@@ -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: |