mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Reusable workflows do not support choice
This commit is contained in:
17
.github/workflows/reusable-build-test.yml
vendored
17
.github/workflows/reusable-build-test.yml
vendored
@@ -9,22 +9,13 @@ on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
platform:
|
||||
description: "The platform to generate the strategy matrix for. If not provided all platforms are used."
|
||||
description: "The platform to generate the strategy matrix for ('linux', 'macos', 'windows'). If not provided all platforms are used."
|
||||
required: false
|
||||
type: choice
|
||||
options:
|
||||
- linux
|
||||
- macos
|
||||
- windows
|
||||
type: string
|
||||
trigger:
|
||||
description: "The trigger that caused the workflow to run."
|
||||
description: "The trigger that caused the workflow to run ('commit', 'label', 'merge', 'schedule')."
|
||||
required: true
|
||||
type: choice
|
||||
options:
|
||||
- commit
|
||||
- label
|
||||
- merge
|
||||
- schedule
|
||||
type: string
|
||||
secrets:
|
||||
CODECOV_TOKEN:
|
||||
description: "The Codecov token to use for uploading coverage reports."
|
||||
|
||||
17
.github/workflows/reusable-strategy-matrix.yml
vendored
17
.github/workflows/reusable-strategy-matrix.yml
vendored
@@ -4,22 +4,13 @@ on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
platform:
|
||||
description: "The platform to generate the strategy matrix for. If not provided all platforms are used."
|
||||
description: "The platform to generate the strategy matrix for ('linux', 'macos', 'windows'). If not provided all platforms are used."
|
||||
required: false
|
||||
type: choice
|
||||
options:
|
||||
- linux
|
||||
- macos
|
||||
- windows
|
||||
type: string
|
||||
trigger:
|
||||
description: "The trigger that caused the workflow to run."
|
||||
description: "The trigger that caused the workflow to run ('commit', 'label', 'merge', 'schedule')."
|
||||
required: true
|
||||
type: choice
|
||||
options:
|
||||
- commit
|
||||
- label
|
||||
- merge
|
||||
- schedule
|
||||
type: string
|
||||
outputs:
|
||||
matrix:
|
||||
description: "The generated strategy matrix."
|
||||
|
||||
Reference in New Issue
Block a user