File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ concurrency:
2323on :
2424 pull_request :
2525 push :
26+ workflow_dispatch :
2627
2728jobs :
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 :
You can’t perform that action at this time.
0 commit comments