Remove workflow dispatch.

This commit is contained in:
2025-07-11 00:44:31 -07:00
parent 01d6663f48
commit 85a6f178de
3 changed files with 0 additions and 13 deletions

View File

@@ -1,7 +1,6 @@
name: "Unity Build Workflow"
on:
workflow_call:
workflow_dispatch:
env:
UNITY_COMPRESSION_LEVEL: lz4hc

View File

@@ -6,12 +6,6 @@ on:
description: 'Version'
required: true
type: string
workflow_dispatch:
inputs:
version:
description: 'Version'
required: true
type: string
env:
BUILD_WORKFLOW_NAME: builds/unity.yaml

View File

@@ -6,12 +6,6 @@ on:
description: 'Version'
required: true
type: string
workflow_dispatch:
inputs:
version:
description: 'Version'
required: true
type: string
env:
BUILD_WORKFLOW_NAME: builds/unity.yaml