kbendick opened a new issue #3003: URL: https://github.com/apache/iceberg/issues/3003
I've noticed that GitHub Actions run twice (at least in my fork, will also check here). As the Apache account is limited by Github in the amount of runners it has available at any time, we should avoid this. On an initial PR opening (at least in a fork, as well as when force pushing), all workflows are run twice. Workflows are run for each of the following events (concurrently): - on push - on pull_request I've attached a screenshot from my repo: <img width="858" alt="image" src="https://user-images.githubusercontent.com/9833362/130194792-ee84e105-d57a-462a-88d8-138ffce7997a.png"> I will verify whether or not this is the case in the main repo as well. Either way, we should avoid this, but in the main repo we definitely cannot waste the GitHub runners. -- 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]
