Workflow: removed branch from tests call
This commit is contained in:
6
.github/workflows/dispatcher.yml
vendored
6
.github/workflows/dispatcher.yml
vendored
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user