mirror of
https://github.com/imjasonh/terraform-playground
synced 2026-07-08 07:44:57 +00:00
add manual workflow
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
1b386e55d8
commit
8c0c13a582
1 changed files with 13 additions and 0 deletions
13
.github/workflows/workflow.yaml
vendored
Normal file
13
.github/workflows/workflow.yaml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
image:
|
||||
description: 'Image to test'
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
test-image:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: |
|
||||
echo ding ding testing ${{ github.event.inputs.image }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue