This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new f135a036b [#5519] fix(CI): fix build CI missing new changes (#5712)
f135a036b is described below
commit f135a036b7add21ce03bc612342d1c97fac825a9
Author: mchades <[email protected]>
AuthorDate: Mon Dec 2 16:49:37 2024 +0800
[#5519] fix(CI): fix build CI missing new changes (#5712)
### What changes were proposed in this pull request?
- Use file extension matching to enhance matching rules
### Why are the changes needed?
Fix: #5519
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
by CR
---
.github/workflows/build.yml | 52 +++++++++++++++++----------------------------
1 file changed, 20 insertions(+), 32 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f6bf5e5f8..01e4e2f54 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -23,38 +23,26 @@ jobs:
with:
filters: |
source_changes:
- - .github/**
- - api/**
- - authorizations/**
- - bin/**
- - catalogs/**
- - clients/cli/**
- - clients/client-java/**
- - clients/client-java-runtime/**
- - clients/filesystem-hadoop3/**
- - clients/filesystem-hadoop3-runtime/**
- - common/**
- - conf/**
- - core/**
- - dev/**
- - docs/open-api/**
- - bundles/**
- - docs/build.gradle.kts
- - flink-connector/**
- - gradle/**
- - iceberg/**
- - integration-test-common/**
- - meta/**
- - scripts/**
- - server/**
- - server-common/**
- - spark-connector/**
- - trino-connector/**
- - web/**
- - build.gradle.kts
- - gradle.properties
- - gradlew
- - setting.gradle.kts
+ - '.github/**'
+ - 'catalogs/**'
+ - 'clients/**'
+ - 'conf/**'
+ - 'dev/**'
+ - 'docs/open-api/**'
+ - 'gradle/**'
+ - 'gradle.properties'
+ - 'meta/**'
+ - 'scripts/**'
+ - 'web/**'
+ - '**/*.java'
+ - '**/*.kts'
+ - '**/*.py'
+ - '**/*.rs'
+ - '**/resources/**'
+ - '**/src/**'
+ - '!**.md'
+ - '!**.png'
+ - '!**.svg'
spark_connector_changes:
- spark-connector/**
outputs: