Skip to content

Commit

Permalink
Update workflows to make them manually runnable
Browse files Browse the repository at this point in the history
  • Loading branch information
stanek-michal committed Mar 19, 2024
1 parent c8f17a0 commit f3d4e40
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ on:
required: true
type: string
description: The runner to execute the build on, for example ubuntu-latest
workflow_dispatch:
inputs:
architecture:
required: true
type: string
description: Architecture string, for example aarch64
runner:
required: true
type: string
description: The runner to execute the build on, for example ubuntu-latest

jobs:
build:
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/multikernel-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ on:
required: true
type: string
description: Stringified JSON string of kernels, for example '[ "debian", "fedora" ]'
workflow_dispatch:
inputs:
architecture:
required: true
type: string
description: Architecture string, for example aarch64
runner:
required: true
type: string
description: The runner to execute the build on, for example ubuntu-latest
kernels:
required: true
type: string
description: Stringified JSON string of kernels, for example '[ "debian", "fedora" ]'

jobs:
test-kernel:
Expand Down

0 comments on commit f3d4e40

Please sign in to comment.