extdn / github-actions-m2

137 stars 46 forks source link

Build coding standard image regularly, fixes #93 #94

Closed sprankhub closed 1 year ago

jissereitsma commented 1 year ago

Sorry @sprankhub for not responding earlier.

I think it would be a good idea to do this. I've never played with the cron ability in GH Actions, so let's just see how this is going to turn out.

However, I might be a bit fuzzy on the actual benefit here: Earlier, any commit to this repo would trigger that same build, and now it will be built via cron. But the resulting Docker images will still be the same right? Or was there some specific issue, that required using the latest PHP minor version (like 8.2.1) or check whether the latest packages of Magento were correct?

sprankhub commented 1 year ago

I explained my reasoning in https://github.com/extdn/github-actions-m2/issues/93.