-
Notifications
You must be signed in to change notification settings - Fork 566
ci: refresh Rust caches on main changes #3205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
481a89a
ad59b4a
7f6e52e
26bfe96
ea9fbd4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,6 +18,22 @@ | |
| name: Bindings Python CI | ||
|
|
||
| on: | ||
| push: | ||
| branches: | ||
| - main | ||
| paths: | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is same paths filter that was previously removed when we enabled merge queue |
||
| - '**' # Include all files and directories in the repository by default. | ||
| - '!.github/ISSUE_TEMPLATE/**' # Exclude files and directories that don't impact tests or code like templates, metadata, and documentation. | ||
| - '!dev/release/**' | ||
| - '!website/**' | ||
| - '!.asf.yml' | ||
| - '!.gitattributes' | ||
| - '!.gitignore' | ||
| - '!CONTRIBUTING.md' | ||
| - '!CHANGELOG.md' | ||
| - '!LICENSE' | ||
| - '!NOTICE' | ||
| - '!README.md' | ||
| pull_request: | ||
| merge_group: | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -18,6 +18,22 @@ | |||
| name: CI | ||||
|
|
||||
| on: | ||||
| push: | ||||
| branches: | ||||
| - main | ||||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. main push trigger is needed to hydrate cache iceberg-rust/.github/workflows/ci.yml Line 126 in 29929f6
|
||||
| paths: | ||||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is same paths filter that was previously removed when we enabled merge queue |
||||
| # Artifacts that must be included in releases, such as LICENSE and NOTICE, are deliberately not excluded so we can verify they will be bundled. | ||||
| # Include all files and directories, then filter out files and directories that don't impact code, tests, or release artifacts. | ||||
| - '**' | ||||
| - '!.github/ISSUE_TEMPLATE/**' | ||||
| - '!dev/release/**' | ||||
| - '!website/**' | ||||
| - '!.asf.yml' | ||||
| - '!.gitattributes' | ||||
| - '!.gitignore' | ||||
| - '!CONTRIBUTING.md' | ||||
| - '!CHANGELOG.md' | ||||
| - '!README.md' | ||||
| pull_request: | ||||
| merge_group: | ||||
|
|
||||
|
|
||||
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -18,6 +18,11 @@ | |||
| name: Public API | ||||
|
|
||||
| on: | ||||
| push: | ||||
| branches: | ||||
| - main | ||||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. main push trigger is needed to hydrate cache
|
||||
| paths: | ||||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is same paths filter that was previously removed when we enabled merge queue |
||||
| - 'crates/**' | ||||
| pull_request: | ||||
| merge_group: | ||||
|
|
||||
|
|
||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
main push trigger is needed to hydrate cache
iceberg-rust/.github/workflows/bindings_python_ci.yml
Line 79 in 29929f6