Skip to content

Commit 4d2a694

Browse files
committed
Merge branch 'firestore-pipelines-dart-api-v2' into firestore-pipelines-android
2 parents 7dbdf26 + 25cbc5c commit 4d2a694

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/e2e_tests_pipeline.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ concurrency:
2323
on:
2424
pull_request:
2525
push:
26+
workflow_dispatch:
2627

2728
jobs:
2829
pipeline-e2e-android:
29-
if: ${{ secrets.PIPELINE_E2E_FIREBASE_OPTIONS_DART != '' }}
3030
runs-on: ubuntu-latest
3131
timeout-minutes: 45
3232
env:
@@ -112,7 +112,6 @@ jobs:
112112
~/.android/adb*
113113
114114
pipeline-e2e-web:
115-
if: ${{ secrets.PIPELINE_E2E_FIREBASE_OPTIONS_DART != '' }}
116115
runs-on: ubuntu-latest
117116
timeout-minutes: 25
118117
steps:
@@ -148,7 +147,6 @@ jobs:
148147
flutter test integration_test/pipeline/pipeline_live_test.dart --timeout 10x --dart-define=CI=true -d chrome
149148
150149
pipeline-e2e-ios:
151-
if: ${{ secrets.PIPELINE_E2E_FIREBASE_OPTIONS_DART != '' }}
152150
runs-on: macos-15
153151
timeout-minutes: 50
154152
steps:

0 commit comments

Comments
 (0)