Skip to content

Commit

Permalink
[#5519] fix(CI): fix build CI missing new changes (#5712)
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
mchades authored Dec 2, 2024
1 parent 52d4750 commit f135a03
Showing 1 changed file with 20 additions and 32 deletions.
52 changes: 20 additions & 32 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f135a03

Please sign in to comment.