Skip to content

Commit ace69e6

Browse files
authored
[Infra] Trigger dependent workflows when .github/workflows/common_catalyst.yml changes (#14919)
1 parent d988a4b commit ace69e6

15 files changed

+15
-0
lines changed

.github/workflows/abtesting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '.github/workflows/abtesting.yml'
1313
- '.github/workflows/common.yml'
1414
- '.github/workflows/common_cocoapods.yml'
15+
- '.github/workflows/common_catalyst.yml'
1516
- 'Gemfile*'
1617
schedule:
1718
# Run every day at 1am(PST) - cron uses UTC times

.github/workflows/appdistribution.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- '.github/workflows/appdistribution.yml'
1212
- '.github/workflows/common.yml'
1313
- '.github/workflows/common_cocoapods.yml'
14+
- '.github/workflows/common_catalyst.yml'
1415
- 'Gemfile*'
1516
schedule:
1617
# Run every day at 1am (PST) - cron uses UTC times

.github/workflows/auth.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '.github/workflows/auth.yml'
1313
- '.github/workflows/common.yml'
1414
- '.github/workflows/common_cocoapods.yml'
15+
- '.github/workflows/common_catalyst.yml'
1516
- 'scripts/gha-encrypted/AuthSample/SwiftApplication.plist.gpg'
1617
- 'Gemfile*'
1718
schedule:

.github/workflows/core.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- '.github/workflows/core.yml'
1212
- '.github/workflows/common.yml'
1313
- '.github/workflows/common_cocoapods.yml'
14+
- '.github/workflows/common_catalyst.yml'
1415
- 'Gemfile*'
1516
schedule:
1617
# Run every day at 2am (PST) - cron uses UTC times

.github/workflows/core_internal.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '.github/workflows/core_internal.yml'
1313
- '.github/workflows/common.yml'
1414
- '.github/workflows/common_cocoapods.yml'
15+
- '.github/workflows/common_catalyst.yml'
1516
- 'Gemfile*'
1617
schedule:
1718
# Run every day at 2am (PST) - cron uses UTC times

.github/workflows/crashlytics.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '.github/workflows/crashlytics.yml'
1313
- '.github/workflows/common.yml'
1414
- '.github/workflows/common_cocoapods.yml'
15+
- '.github/workflows/common_catalyst.yml'
1516
- 'Interop/Analytics/Public/*.h'
1617
- 'Gemfile*'
1718
schedule:

.github/workflows/database.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- '.github/workflows/database.yml'
1616
- '.github/workflows/common.yml'
1717
- '.github/workflows/common_cocoapods.yml'
18+
- '.github/workflows/common_catalyst.yml'
1819
- 'Gemfile*'
1920
- 'scripts/run_database_emulator.sh'
2021
schedule:

.github/workflows/firebase_app_check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- '.github/workflows/firebase_app_check.yml'
1212
- '.github/workflows/common.yml'
1313
- '.github/workflows/common_cocoapods.yml'
14+
- '.github/workflows/common_catalyst.yml'
1415
- 'Gemfile*'
1516
schedule:
1617
# Run every day at 11pm (PST) - cron uses UTC times

.github/workflows/installations.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- '.github/workflows/installations.yml'
1212
- '.github/workflows/common.yml'
1313
- '.github/workflows/common_cocoapods.yml'
14+
- '.github/workflows/common_catalyst.yml'
1415
- 'Gemfile*'
1516
schedule:
1617
# Run every day at 10pm (PST) - cron uses UTC times

.github/workflows/messaging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
# Re-usable workflows being used by this file.
1919
- '.github/workflows/common.yml'
2020
- '.github/workflows/common_cocoapods.yml'
21+
- '.github/workflows/common_catalyst.yml'
2122
# Rebuild on Ruby infrastructure changes
2223
- 'Gemfile*'
2324
schedule:

0 commit comments

Comments
 (0)