Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crohr committed Sep 11, 2024
1 parent 25a5083 commit 5947fec
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Build
run-name: Build ${{ inputs.image_id }}

on:
workflow_dispatch:
inputs:
image_id:
required: true
type: string
workflow_call:
inputs:
image_id:
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ name: Release
run-name: Release ${{ inputs.image_id }}

on:
workflow_dispatch:
inputs:
# e.g. ubuntu22-full-x64
image_id:
required: true
type: string
# e.g. runs-on-dev-ubuntu22-full-x64-20240911101937
ami_name:
required: true
type: string
workflow_call:
inputs:
# e.g. ubuntu22-full-x64
Expand Down

0 comments on commit 5947fec

Please sign in to comment.