Workflow: removed branch from tests call

This commit is contained in:
2025-11-05 15:24:35 +01:00
parent 39da1be9de
commit 785e40f538

View File

@@ -48,24 +48,18 @@ jobs:
needs: dispatch
if: needs.dispatch.outputs.engine == 'true'
uses: ./.github/workflows/engine_test.yml
with:
branch: ${{ github.ref_name }}
secrets: inherit
server:
needs: dispatch
if: needs.dispatch.outputs.server == 'true'
uses: ./.github/workflows/server_test.yml
with:
branch: ${{ github.ref_name }}
secrets: inherit
ui:
needs: dispatch
if: needs.dispatch.outputs.ui == 'true'
uses: ./.github/workflows/ui_test.yml
with:
branch: ${{ github.ref_name }}
secrets: inherit