Skip to content

Commit 505de6b

Browse files
authored
chore: make smoketest workflow support workflow_call event (#686)
1 parent c7c3274 commit 505de6b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/smoke-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Smoke Tests
22

33
on:
4+
workflow_call:
5+
inputs:
6+
environment:
7+
description: 'Target environment'
8+
required: true
9+
type: string
410
workflow_dispatch:
511
inputs:
612
environment:

0 commit comments

Comments
 (0)