Skip to content

Commit 0854b73

Browse files
committed
for now disable CI on p7 and core-p7 branches
1 parent 31241bc commit 0854b73

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/testsuite.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ on:
44
push:
55
branches:
66
- "**"
7+
- "!core-p7"
8+
- "!p7"
79
tags-ignore:
810
- "*"
911
pull_request:
12+
branches:
13+
- "!core-p7"
14+
- "!p7"
1015

1116
jobs:
1217
# ___ _ ___ __ _ _

0 commit comments

Comments
 (0)