mirror of
https://github.com/DeterminateSystems/ci.git
synced 2025-05-29 05:59:10 +02:00
Merge a4cb1c6444
into 4d811a5478
This commit is contained in:
commit
96fe15a543
1 changed files with 5 additions and 1 deletions
6
.github/workflows/workflow.yml
vendored
6
.github/workflows/workflow.yml
vendored
|
@ -1,6 +1,10 @@
|
|||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
runs-on:
|
||||
required: true
|
||||
type: string
|
||||
default: "ubuntu-latest"
|
||||
visibility:
|
||||
description: |
|
||||
`public`, `unlisted`, or `private` ([private flakes](https://docs.determinate.systems/flakehub/private-flakes) are available only on a [FlakeHub paid plan](https://flakehub.com/signup)).
|
||||
|
@ -82,7 +86,7 @@ on:
|
|||
|
||||
jobs:
|
||||
inventory:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ inputs.runs-on }}
|
||||
|
||||
outputs:
|
||||
systems: ${{ steps.inventory.outputs.systems }}
|
||||
|
|
Loading…
Add table
Reference in a new issue