RussellSpitzer opened a new pull request, #3762: URL: https://github.com/apache/parquet-java/pull/3762
### What changes are included in this PR? The "Prepare Release" job now ignores github actions on a commit that are related to the release. Previously we would check that no actions were running (to make sure CI had finished) but by running the release job we started a new action on that commit. To fix this we just ignore all jobs that start with release-*. ### Are these changes tested? New Bats tests checking this situation ### Are there any user-facing changes? No -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
