Skip to content

Commit bc9c28c

Browse files
committed
chore(sonar): add manual trigger
1 parent a2eab32 commit bc9c28c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/sonar_android.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ on:
99
types: [opened, synchronize, reopened]
1010
paths:
1111
- "xpeapp_android/**"
12+
workflow_dispatch:
13+
inputs:
14+
reason:
15+
description: 'Reason for running the workflow'
16+
required: true
17+
default: 'Manually triggered'
1218

1319
name: Sonar Android
1420
jobs:

.github/workflows/sonar_ios.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ on:
99
types: [opened, synchronize, reopened]
1010
paths:
1111
- "xpeapp_ios/**"
12+
workflow_dispatch:
13+
inputs:
14+
reason:
15+
description: 'Reason for running the workflow'
16+
required: true
17+
default: 'Manually triggered'
1218

1319
name: Sonar IOS
1420
jobs:

0 commit comments

Comments
 (0)