alamb commented on code in PR #2152: URL: https://github.com/apache/arrow-rs/pull/2152#discussion_r928166845
########## .github/workflows/integration.yml: ########## @@ -17,14 +17,21 @@ name: Integration +# Only run when arrow or github changes on: push: + paths: + - arrow/** + - .github/** pull_request: + paths: + - arrow/** + - .github/** jobs: integration: - name: Integration Test + name: Archery test With other arrows Review Comment: renamed this to be more specific -- 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]
