Skip to content

Commit 78dad1c

Browse files
authored
[Infra] Test FDL's FTL workflow job
1 parent f954960 commit 78dad1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dynamiclinks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141

142142
quickstart-ftl-cron-only:
143143
# Don't run on private repo.
144-
if: github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule'
144+
if: github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule' || github.event_name == 'pull_request'
145145

146146
env:
147147
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}

0 commit comments

Comments
 (0)