Skip to content

Commit c4c1c2b

Browse files
committed
chore: remove test
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
1 parent 456b187 commit c4c1c2b

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/pr-check-secondary-unit-integration-test.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@ name: Secondary PR Check - Hiero Solo Integration & Unit Tests
22
on:
33
push:
44
branches:
5+
- "main"
6+
paths-ignore:
7+
- "**/*.md"
8+
- "docs/**"
9+
- "examples/**"
10+
- "tck/**"
11+
- "tests/fuzz/**"
12+
- ".github/**"
13+
- "!.github/workflows/pr-check-secondary-unit-integration-test.yml"
14+
pull_request:
15+
paths-ignore:
16+
- "**/*.md"
17+
- "docs/**"
18+
- "examples/**"
19+
- "tck/**"
20+
- "tests/fuzz/**"
21+
- ".github/**"
22+
- "!.github/workflows/pr-check-secondary-unit-integration-test.yml"
23+
workflow_dispatch: {}
524

625
permissions:
726
contents: read

0 commit comments

Comments
 (0)