martin-g opened a new pull request, #1738: URL: https://github.com/apache/datafusion-ballista/pull/1738
# Which issue does this PR close? Closes #1736 # Rationale for this change Github Actions execute the same workflows twice - once for the `push` event and a second time for the `pull_request` event because there are no filters for the target branches. # What changes are included in this PR? - The `push` event will be triggered only for pushes to the `main` branch - The `pull_request` event will be triggered for a Pull Request against any branch. # 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]
