Skip to content

[Infra] Follow-up to #14682 #14690

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/api_diff_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: API Diff Report

on: [pull_request]
on: [pull_request, workflow_dispatch]

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/danger.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: danger

on:
pull_request
on: [pull_request, workflow_dispatch]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/database.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: database

on:
workflow_dispatch:
pull_request:
paths:
- 'FirebaseDatabase**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dynamiclinks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: dynamiclinks

on:
workflow_dispatch:
pull_request:
paths:
- 'FirebaseDynamicLinks**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/firebase_app_check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: firebase_app_check

on:
workflow_dispatch:
pull_request:
paths:
- 'FirebaseAppCheck**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/firebasepod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: firebasepod
# Verify that the Firebase.podspec will successfully `pod install`.

on:
workflow_dispatch:
pull_request:
paths:
- '*.podspec'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/functions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: functions

on:
workflow_dispatch:
pull_request:
paths:
- 'FirebaseFunctions**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/generate_issues.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: generate_issues

on:
workflow_dispatch:
pull_request:
paths:
- '.github/workflows/generate_issues.yml'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/health-metrics-presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: health-metrics-presubmit

on:
workflow_dispatch:
pull_request:
# open will be triggered when a pull request is created.
# synchronize will be triggered when a pull request has new commits.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/inappmessaging.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: inappmessaging

on:
workflow_dispatch:
pull_request:
paths:
- 'FirebaseInAppMessaging**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/installations.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: installations

on:
workflow_dispatch:
pull_request:
paths:
- 'FirebaseInstallations**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/messaging.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: messaging

on:
workflow_dispatch:
pull_request:
paths:
# Messaging sources
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mlmodeldownloader.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: mlmodeldownloader

on:
workflow_dispatch:
pull_request:
paths:
- 'FirebaseMLModelDownloader**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/performance-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: performance-integration-tests

on:
workflow_dispatch:
pull_request:
paths:
# This configuration file.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: performance

on:
workflow_dispatch:
pull_request:
paths:
# Performance sources
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/remoteconfig.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: remoteconfig

on:
workflow_dispatch:
pull_request:
paths:
- 'FirebaseRemoteConfig**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sessions-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: sessions-integration-tests

on:
workflow_dispatch:
pull_request:
paths:
# This configuration file.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sessions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: sessions

on:
workflow_dispatch:
pull_request:
paths:
- 'FirebaseSessions**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/shared-swift.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: shared-swift

on:
workflow_dispatch:
pull_request:
paths:
- 'FirebaseSharedSwift**'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/spectesting.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: spectesting

on:
#TODO: restore
#pull_request
workflow_dispatch:
pull_request:
branches:
- none
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: spm

on:
workflow_dispatch:
pull_request:
paths:
- '.github/workflows/spm.yml'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/storage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: storage

on:
workflow_dispatch:
pull_request:
paths:
- 'FirebaseStorage**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/symbolcollision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: symbolcollision
# Tests the Pods listed in SymbolCollisionTest/Podfile for symbol collisions.

on:
workflow_dispatch:
pull_request:
paths:
- '.github/workflows/symbolcollision.yml'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-cpp-sdk-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# changed.
name: update-cpp-sdk-on-release
on:
workflow_dispatch:
release:
types: [ published ]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/watchos-sample.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: watchos-sample

on:
workflow_dispatch:
pull_request:
paths:
# Sources
Expand Down
Loading