Skip to content

Commit ef96d92

Browse files
committed
test ci
1 parent 8735f71 commit ef96d92

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

.github/workflows/e2e_tests_pipeline.yaml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,25 @@ concurrency:
44
group: ${{ github.workflow }}-${{ github.ref }}
55
cancel-in-progress: true
66

7+
# on:
8+
# pull_request:
9+
# paths:
10+
# - 'packages/cloud_firestore/cloud_firestore/pipeline_example/**'
11+
# - 'packages/cloud_firestore/cloud_firestore/lib/**'
12+
# - '.github/workflows/e2e_tests_pipeline.yaml'
13+
# push:
14+
# branches:
15+
# - main
16+
# - firestore-pipelines-dart-api-v2
17+
# - master
18+
# paths:
19+
# - 'packages/cloud_firestore/cloud_firestore/pipeline_example/**'
20+
# - 'packages/cloud_firestore/cloud_firestore/lib/**'
21+
# - '.github/workflows/e2e_tests_pipeline.yaml'
22+
723
on:
824
pull_request:
9-
paths:
10-
- 'packages/cloud_firestore/cloud_firestore/pipeline_example/**'
11-
- 'packages/cloud_firestore/cloud_firestore/lib/**'
12-
- '.github/workflows/e2e_tests_pipeline.yaml'
1325
push:
14-
branches:
15-
- main
16-
- firestore-pipelines-dart-api-v2
17-
- master
18-
paths:
19-
- 'packages/cloud_firestore/cloud_firestore/pipeline_example/**'
20-
- 'packages/cloud_firestore/cloud_firestore/lib/**'
21-
- '.github/workflows/e2e_tests_pipeline.yaml'
2226

2327
jobs:
2428
pipeline-e2e-android:

0 commit comments

Comments
 (0)