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 115e671 commit e8f1349Copy full SHA for e8f1349
.github/workflows/liveness_unit_tests.yml
@@ -3,6 +3,10 @@ name: Run Unit Tests | Amplify UI Swift Liveness
3
on:
4
workflow_dispatch:
5
workflow_call:
6
+ inputs:
7
+ identifier:
8
+ required: true
9
+ type: string
10
push:
11
branches: [ main ]
12
pull_request:
0 commit comments