eclipse / eclipse-collections

Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.
http://www.eclipse.org/collections
2.39k stars 596 forks source link

Combine the GitHub workflows for pull requests. #1588

Closed motlin closed 1 month ago

motlin commented 2 months ago

Before:

Screenshot 2024-05-19 at 10 58 04 PM

After:

Screenshot 2024-05-19 at 10 58 21 PM

Before:

Screenshot 2024-05-19 at 10 59 31 PM

After:

Screenshot 2024-05-19 at 10 59 45 PM
motlin commented 2 months ago

It's best to organize GitHub workflows so that there's one per trigger (for us that will be pull request and cron) and then have several jobs within each workflow.

These changes are stacked on #1585 and must land afterwards.