Skip to content

Commit bb2ccab

Browse files
authored
[Infra] Some workflows haven't been triggered on Gemfile changes (#10091)
1 parent 879d0b4 commit bb2ccab

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/app_check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- 'FirebaseAppCheck**'
77
- '.github/workflows/app_check.yml'
8+
- 'Gemfile*'
89
schedule:
910
# Run every day at 11pm (PST) - cron uses UTC times
1011
- cron: '0 7 * * *'

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- 'scripts/release_testing_setup.sh'
77
- '.github/workflows/release.yml'
8+
- 'Gemfile*'
89
workflow_dispatch:
910
schedule:
1011
# Run every day at 9pm (PST) - cron uses UTC times

0 commit comments

Comments
 (0)