Skip to content

Commit

Permalink
chore: Adding docs, community, and examples to ignore during PR tests
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Arceo <[email protected]>
  • Loading branch information
franciscojavierarceo committed Sep 24, 2024
1 parent 0192b2e commit 5850adc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/pr_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: pr-integration-tests

on:
pull_request_target:
paths-ignore:
- 'community/**'
- 'docs/**'
- 'examples/**'
types:
- opened
- synchronize
Expand Down Expand Up @@ -96,4 +100,4 @@ jobs:
SNOWFLAKE_CI_PASSWORD: ${{ secrets.SNOWFLAKE_CI_PASSWORD }}
SNOWFLAKE_CI_ROLE: ${{ secrets.SNOWFLAKE_CI_ROLE }}
SNOWFLAKE_CI_WAREHOUSE: ${{ secrets.SNOWFLAKE_CI_WAREHOUSE }}
run: make test-python-integration
run: make test-python-integration
5 changes: 4 additions & 1 deletion .github/workflows/pr_local_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ name: pr-local-integration-tests

on:
pull_request_target:
paths-ignore:
- 'community/**'
- 'docs/**'
- 'examples/**'
types:
- opened
- synchronize
- labeled

jobs:
integration-test-python-local:
# when using pull_request_target, all jobs MUST have this if check for 'ok-to-test' or 'approved' for security purposes.
Expand Down

0 comments on commit 5850adc

Please sign in to comment.