diff --git a/.github/workflows/dispatcher.yml b/.github/workflows/dispatcher.yml index 636eb69..1555641 100644 --- a/.github/workflows/dispatcher.yml +++ b/.github/workflows/dispatcher.yml @@ -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