Skip to content

Commit bc1e53e

Browse files
[Infra] Add workflow_dispatch trigger to enable manual dispatch of workflows. (#14682)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent 0e47d9d commit bc1e53e

13 files changed

+13
-0
lines changed

.github/workflows/abtesting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: abtesting
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
paths:
67
- 'FirebaseABTesting**'

.github/workflows/analytics.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: analytics
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
paths:
67
- 'FirebaseAnalytics**'

.github/workflows/appdistribution.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: appdistribution
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
paths:
67
- 'FirebaseAppDistribution**'

.github/workflows/archiving.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: archiving
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
paths:
67
- '.github/workflows/archiving.yml'

.github/workflows/auth.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: auth
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
paths:
67
- 'FirebaseAuth**'

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: check
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
paths-ignore:
67
- 'Firestore/**'

.github/workflows/client_app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: client_app
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
paths:
67
- ".github/workflows/client_app.yml"

.github/workflows/cocoapods-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: cocoapods-integration
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
paths:
67
- 'IntegrationTesting/CocoapodsIntegrationTest/**'

.github/workflows/combine.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
name: combine
1616

1717
on:
18+
workflow_dispatch:
1819
pull_request:
1920
paths:
2021
# Combine sources

.github/workflows/core.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: core
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
paths:
67
- 'FirebaseCore**'

0 commit comments

Comments
 (0)