Skip to content

Commit 5850adc

Browse files
chore: Adding docs, community, and examples to ignore during PR tests
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent 0192b2e commit 5850adc

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/pr_integration_tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: pr-integration-tests
22

33
on:
44
pull_request_target:
5+
paths-ignore:
6+
- 'community/**'
7+
- 'docs/**'
8+
- 'examples/**'
59
types:
610
- opened
711
- synchronize
@@ -96,4 +100,4 @@ jobs:
96100
SNOWFLAKE_CI_PASSWORD: ${{ secrets.SNOWFLAKE_CI_PASSWORD }}
97101
SNOWFLAKE_CI_ROLE: ${{ secrets.SNOWFLAKE_CI_ROLE }}
98102
SNOWFLAKE_CI_WAREHOUSE: ${{ secrets.SNOWFLAKE_CI_WAREHOUSE }}
99-
run: make test-python-integration
103+
run: make test-python-integration

.github/workflows/pr_local_integration_tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ name: pr-local-integration-tests
33

44
on:
55
pull_request_target:
6+
paths-ignore:
7+
- 'community/**'
8+
- 'docs/**'
9+
- 'examples/**'
610
types:
711
- opened
812
- synchronize
913
- labeled
10-
1114
jobs:
1215
integration-test-python-local:
1316
# when using pull_request_target, all jobs MUST have this if check for 'ok-to-test' or 'approved' for security purposes.

0 commit comments

Comments
 (0)