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**'

.github/workflows/installations.yml

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

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

.github/workflows/messaging.yml

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

33
on:
4+
workflow_dispatch:
45
pull_request:
56
paths:
67
# Messaging sources

.github/workflows/mlmodeldownloader.yml

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

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

.github/workflows/performance-integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
name: performance-integration-tests
44

55
on:
6+
workflow_dispatch:
67
pull_request:
78
paths:
89
# This configuration file.

.github/workflows/performance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
name: performance
44

55
on:
6+
workflow_dispatch:
67
pull_request:
78
paths:
89
# Performance sources

.github/workflows/remoteconfig.yml

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

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

.github/workflows/sessions-integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
name: sessions-integration-tests
44

55
on:
6+
workflow_dispatch:
67
pull_request:
78
paths:
89
# This configuration file.

.github/workflows/sessions.yml

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

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

.github/workflows/shared-swift.yml

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

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

.github/workflows/spectesting.yml

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

33
on:
4-
#TODO: restore
5-
#pull_request
4+
workflow_dispatch:
65
pull_request:
76
branches:
87
- none

.github/workflows/spm.yml

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

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

.github/workflows/storage.yml

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

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

.github/workflows/symbolcollision.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: symbolcollision
33
# Tests the Pods listed in SymbolCollisionTest/Podfile for symbol collisions.
44

55
on:
6+
workflow_dispatch:
67
pull_request:
78
paths:
89
- '.github/workflows/symbolcollision.yml'

.github/workflows/update-cpp-sdk-on-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# changed.
55
name: update-cpp-sdk-on-release
66
on:
7+
workflow_dispatch:
78
release:
89
types: [ published ]
910

.github/workflows/watchos-sample.yml

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

33
on:
4+
workflow_dispatch:
45
pull_request:
56
paths:
67
# Sources

0 commit comments

Comments
 (0)