mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-14 04:38:18 +10:00
ci: use directly boolean input (#1207)
This commit is contained in:
5
.github/workflows/linux.yml
vendored
5
.github/workflows/linux.yml
vendored
@@ -4,11 +4,8 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
new_release:
|
||||
type: choice
|
||||
type: boolean
|
||||
description: Force new Release
|
||||
options:
|
||||
- no
|
||||
- yes
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
push:
|
||||
|
||||
5
.github/workflows/macos.yml
vendored
5
.github/workflows/macos.yml
vendored
@@ -4,11 +4,8 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
new_release:
|
||||
type: choice
|
||||
type: boolean
|
||||
description: Force new Release
|
||||
options:
|
||||
- no
|
||||
- yes
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
push:
|
||||
|
||||
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
@@ -4,11 +4,8 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
new_release:
|
||||
type: choice
|
||||
type: boolean
|
||||
description: Force new Release
|
||||
options:
|
||||
- no
|
||||
- yes
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
push:
|
||||
|
||||
Reference in New Issue
Block a user