paleolimbot commented on code in PR #23:
URL:
https://github.com/apache/sedona-spatialbench/pull/23#discussion_r2364998742
##########
.github/workflows/rust.yml:
##########
@@ -3,8 +3,22 @@ name: Rust
on:
push:
branches: ["main"]
+ paths-ignore:
+ - 'docs/**'
+ - 'images/**'
+ - '*.md'
+ - '.github/workflows/rust.yml'
Review Comment:
Did you want to ignore edits to this workflow?
##########
.github/workflows/rust.yml:
##########
@@ -3,8 +3,22 @@ name: Rust
on:
push:
branches: ["main"]
+ paths-ignore:
+ - 'docs/**'
+ - 'images/**'
+ - '*.md'
+ - '.github/workflows/rust.yml'
pull_request:
- workflow_dispatch: # Allow manual triggering
+ paths-ignore:
+ - 'docs/**'
+ - 'images/**'
+ - '*.md'
+ - '.github/workflows/rust.yml'
Review Comment:
Here as well?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]