Skip to content

Commit 2cace8c

Browse files
authored
[Infra] Follow-up to #14682 (#14690)
1 parent f646b3e commit 2cace8c

25 files changed

+25
-5
lines changed

.github/workflows/api_diff_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: API Diff Report
22

3-
on: [pull_request]
3+
on: [pull_request, workflow_dispatch]
44

55
concurrency:
66
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}

.github/workflows/danger.yml

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

3-
on:
4-
pull_request
3+
on: [pull_request, workflow_dispatch]
54

65
concurrency:
76
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}

.github/workflows/database.yml

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

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

.github/workflows/dynamiclinks.yml

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

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

.github/workflows/firebase_app_check.yml

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

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

.github/workflows/firebasepod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: firebasepod
33
# Verify that the Firebase.podspec will successfully `pod install`.
44

55
on:
6+
workflow_dispatch:
67
pull_request:
78
paths:
89
- '*.podspec'

.github/workflows/functions.yml

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

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

.github/workflows/generate_issues.yml

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

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

.github/workflows/health-metrics-presubmit.yml

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

33
on:
4+
workflow_dispatch:
45
pull_request:
56
# open will be triggered when a pull request is created.
67
# synchronize will be triggered when a pull request has new commits.

.github/workflows/inappmessaging.yml

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

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

0 commit comments

Comments
 (0)