Skip to content

Commit 1d3c757

Browse files
authored
debug: maybe this will work
1 parent e576761 commit 1d3c757

19 files changed

+19
-19
lines changed

.github/workflows/abtesting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
paths:
1010
- 'FirebaseABTesting**'
1111
- 'Interop/Analytics/Public/*.h'
12-
- '.github/workflows/abtesting.yml'
12+
# - '.github/workflows/abtesting.yml'
1313
- '.github/workflows/common.yml'
1414
# - '.github/workflows/common_cocoapods.yml'
1515
- 'Gemfile*'

.github/workflows/appdistribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- 'FirebaseAppDistribution**'
11-
- '.github/workflows/appdistribution.yml'
11+
# - '.github/workflows/appdistribution.yml'
1212
- '.github/workflows/common.yml'
1313
# - '.github/workflows/common_cocoapods.yml'
1414
- 'Gemfile*'

.github/workflows/auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
paths:
1010
- 'FirebaseAuth**'
1111
- 'FirebaseAuth/Interop/*.h'
12-
- '.github/workflows/auth.yml'
12+
# - '.github/workflows/auth.yml'
1313
- '.github/workflows/common.yml'
1414
# - '.github/workflows/common_cocoapods.yml'
1515
- 'scripts/gha-encrypted/AuthSample/SwiftApplication.plist.gpg'

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- 'FirebaseCore**'
11-
- '.github/workflows/core.yml'
11+
# - '.github/workflows/core.yml'
1212
- '.github/workflows/common.yml'
1313
# - '.github/workflows/common_cocoapods.yml'
1414
- 'Gemfile*'

.github/workflows/core_extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
paths:
1010
- 'FirebaseCoreExtension.podspec'
1111
- 'FirebaseCore/Extension/**'
12-
- '.github/workflows/core_extension.yml'
12+
# - '.github/workflows/core_extension.yml'
1313
- '.github/workflows/common.yml'
1414
# - '.github/workflows/common_cocoapods.yml'
1515
- 'Gemfile*'

.github/workflows/core_internal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
paths:
1010
- 'FirebaseCoreInternal.podspec'
1111
- 'FirebaseCore/Internal/**'
12-
- '.github/workflows/core_internal.yml'
12+
# - '.github/workflows/core_internal.yml'
1313
- '.github/workflows/common.yml'
1414
# - '.github/workflows/common_cocoapods.yml'
1515
- 'Gemfile*'

.github/workflows/crashlytics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
paths:
1010
- 'Crashlytics**'
1111
- 'FirebaseCrashlytics.podspec'
12-
- '.github/workflows/crashlytics.yml'
12+
# - '.github/workflows/crashlytics.yml'
1313
- '.github/workflows/common.yml'
1414
# - '.github/workflows/common_cocoapods.yml'
1515
- 'Interop/Analytics/Public/*.h'

.github/workflows/database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- 'FirebaseSharedSwift**'
1313
- 'Example/Database/**'
1414
- 'FirebaseAuth/Interop/*.h'
15-
- '.github/workflows/database.yml'
15+
# - '.github/workflows/database.yml'
1616
- '.github/workflows/common.yml'
1717
# - '.github/workflows/common_cocoapods.yml'
1818
- 'Gemfile*'

.github/workflows/dynamiclinks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- 'FirebaseDynamicLinks**'
11-
- '.github/workflows/dynamiclinks.yml'
11+
# - '.github/workflows/dynamiclinks.yml'
1212
- 'Interop/Analytics/Public/*.h'
1313
- '.github/workflows/common.yml'
1414
# - '.github/workflows/common_cocoapods.yml'

.github/workflows/firebase_app_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- 'FirebaseAppCheck**'
11-
- '.github/workflows/firebase_app_check.yml'
11+
# - '.github/workflows/firebase_app_check.yml'
1212
- '.github/workflows/common.yml'
1313
# - '.github/workflows/common_cocoapods.yml'
1414
- 'Gemfile*'

0 commit comments

Comments
 (0)