Skip to content

Commit cfcdce7

Browse files
committed
ICU-23316 ICU 78.3 BRS: disable fuzzer
1 parent 418c5d6 commit cfcdce7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/cifuzz.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: CIFuzz
22
on:
33
pull_request:
4-
branches: '**'
4+
# branches: '**'
5+
branches:
6+
- main
57
paths:
68
- '**.c'
79
- '**.cc'
@@ -13,7 +15,7 @@ on:
1315
push:
1416
branches:
1517
- main
16-
- 'maint/maint*'
18+
# - 'maint/maint*'
1719
paths:
1820
- '**.c'
1921
- '**.cc'

0 commit comments

Comments
 (0)