cucumber / gherkin

A parser and compiler for the Gherkin language.
MIT License
160 stars 48 forks source link

Build every language on changes to the GitHub workflows #237

Closed mpkorstanje closed 3 months ago

mpkorstanje commented 3 months ago

🤔 What's changed?

Build every language on changes to the GitHub workflows.

⚡️ What's your motivation?

We usually only run CI for the languages that changed because it is quite slow. But @olleolleolle was quite confused when CI didn't run for his changes (https://github.com/cucumber/gherkin/pull/233#issuecomment-1991341348). This should prevent that from happening.

🏷️ What kind of change is this?

olleolleolle commented 3 months ago

Thanks for working on reducing my confusion!