Skip to content

Commit

Permalink
update workflow_call for image
Browse files Browse the repository at this point in the history
  • Loading branch information
salonichf5 committed Mar 8, 2024
1 parent c1a66ae commit 34a9d75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"
pull_request:
workflow_call:
inputs:
image:
required: true
type: string

defaults:
run:
Expand Down

0 comments on commit 34a9d75

Please sign in to comment.