Skip to content

Commit 85bd6ba

Browse files
committed
Control
1 parent 9704f53 commit 85bd6ba

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,13 @@ jobs:
132132
133133
firestore_custom_integ_tests:
134134
name: "Firestore Custom Instrumentation Tests Against Named DB"
135-
# only run on post submit or PRs not originating from forks.
136-
if: (github.repository == 'Firebase/firebase-android-sdk' && github.event_name == 'push') || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository)
137135
runs-on: ubuntu-22.04
138136
needs:
139137
- determine_changed
138+
# only run on post submit or PRs not originating from forks.
139+
if: ((github.repository == 'Firebase/firebase-android-sdk' && github.event_name == 'push') || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository)) && contains(fromJson(fromJSON(needs.determine_changed.outputs.modules)), ':firebase-firestore')
140140
strategy:
141141
fail-fast: false
142-
matrix:
143-
module: ${{ fromJSON(needs.determine_changed.outputs.modules) }}
144142

145143
steps:
146144
- uses: actions/[email protected]
@@ -165,7 +163,6 @@ jobs:
165163
credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT }}
166164
- uses: google-github-actions/setup-gcloud@v0
167165
- name: Firestore Named DB Integ Tests
168-
if: (matrix.module == ':firebase-firestore')
169166
env:
170167
FIREBASE_CI: 1
171168
FTL_RESULTS_BUCKET: android-ci

0 commit comments

Comments
 (0)