Skip to content

Commit 4305f78

Browse files
committed
Update filters
1 parent e8229fa commit 4305f78

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.circleci/config.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,13 +431,17 @@ workflows:
431431
only: develop
432432
extra_repos: false
433433
- oss-codemod-tests:
434+
name: oss-codemod-tests
434435
context:
435436
- GHE
436437
- slack
438+
filters:
439+
branches:
440+
only: develop
437441
matrix:
438442
parameters:
439443
sync_graph: [true, false]
440-
size: [large]
444+
size: [small, large]
441445
pr_checks:
442446
jobs:
443447
- unit-tests
@@ -455,6 +459,9 @@ workflows:
455459
- pre-commit
456460
- doctests
457461
- oss-codemod-tests:
462+
filters:
463+
branches:
464+
ignore: develop
458465
context:
459466
- GHE
460467
- slack

0 commit comments

Comments
 (0)