Remove workflow dispatch.
This commit is contained in:
1
.github/workflows/builds/unity.yaml
vendored
1
.github/workflows/builds/unity.yaml
vendored
@@ -1,7 +1,6 @@
|
||||
name: "Unity Build Workflow"
|
||||
on:
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
UNITY_COMPRESSION_LEVEL: lz4hc
|
||||
|
||||
6
.github/workflows/deployments/itchio.yaml
vendored
6
.github/workflows/deployments/itchio.yaml
vendored
@@ -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
|
||||
|
||||
6
.github/workflows/deployments/minio.yaml
vendored
6
.github/workflows/deployments/minio.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user