Skip to content

Commit e5f5cfa

Browse files
committed
disable OCR tests
1 parent 0751408 commit e5f5cfa

File tree

4 files changed

+118
-180
lines changed

4 files changed

+118
-180
lines changed

.github/workflows/ccip-integration-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@ name: "Run CCIP OCR3 Integration Test"
22

33
on:
44
pull_request:
5+
branches-ignore:
6+
- 'develop'
57
merge_group:
8+
branches-ignore:
9+
- 'develop'
610
push:
711
branches:
812
- 'main'
9-
- 'develop'
1013

1114
jobs:
1215
changes:

.github/workflows/ccip-ocr3-build-lint-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@ name: "Build lint and test CCIP-OCR3"
22

33
on:
44
pull_request:
5+
branches-ignore:
6+
- 'develop'
57
merge_group:
8+
branches-ignore:
9+
- 'develop'
610
push:
711
branches:
812
- 'main'
9-
- 'develop'
1013

1114
jobs:
1215
build-lint-test:

0 commit comments

Comments
 (0)