We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c3274 commit 505de6bCopy full SHA for 505de6b
1 file changed
.github/workflows/smoke-tests.yml
@@ -1,6 +1,12 @@
1
name: Smoke Tests
2
3
on:
4
+ workflow_call:
5
+ inputs:
6
+ environment:
7
+ description: 'Target environment'
8
+ required: true
9
+ type: string
10
workflow_dispatch:
11
inputs:
12
environment:
0 commit comments