Skip to content

Commit 639dd8d

Browse files
committed
Remove guardS
1 parent abc979b commit 639dd8d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/messaging.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ jobs:
8080
# run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/build.sh Messaging all)
8181

8282
quickstart:
83-
# Don't run on private repo unless it is a PR.
84-
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
8583
uses: ./.github/workflows/common_quickstart.yml
8684
strategy:
8785
matrix:

.github/workflows/remoteconfig.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ jobs:
8484
# product: FirebaseRemoteConfig
8585

8686
quickstart:
87-
# Don't run on private repo unless it is a PR.
88-
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
8987
uses: ./.github/workflows/common_quickstart.yml
9088
with:
9189
product: Config

0 commit comments

Comments
 (0)