Skip to content

Commit 2b252b8

Browse files
committed
Also trigger tests + code style on test changes
1 parent 1527a86 commit 2b252b8

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ "main" ]
88
pull_request:
99
paths:
10-
- "python-wrapper/src/neo4j_viz/**" # python code + its resources
10+
- "python-wrapper/**" # python code + its resources
1111
branches: [ "main" ]
1212

1313
# Allows you to run this workflow manually from the Actions tab

.github/workflows/gds-integration-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55
# Triggers the workflow on push or pull request events but only for the "main" branch
66
push:
77
branches: [ "main" ]
8-
pull_request:
9-
branches: [ "main" ]
8+
# Skip on this check PR to reduce number of AuraDS instances created
109

1110
# Allows you to run this workflow manually from the Actions tab
1211
workflow_dispatch:

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ "main" ]
88
pull_request:
99
paths:
10-
- "python-wrapper/src/neo4j_viz/**" # python code + its resources
10+
- "python-wrapper/**" # python code + its resources
1111
- "python-wrapper/pyproject.toml" # dependencies
1212
branches: [ "main" ]
1313

0 commit comments

Comments
 (0)