Bzomak / oolite-msys2

Builds oolite from scratch
0 stars 0 forks source link

Skip unnecessary jobs #35

Open Bzomak opened 5 months ago

Bzomak commented 5 months ago

There's no need to run the build workflow if we only edit the README or documentation.

Depending on circumstances, we may not need to run the build workflow when merged into the main branch if it has successfully run on a pull request and there are no differences.

Can look at using https://github.com/fkirc/skip-duplicate-actions

Bzomak commented 5 months ago

I was thinking that if we only modify the documentation of Oolite, we would not need to make a complete build. But then realised that we would need to include updated documentation in the installer. So we would still need to build Oolite, unless we started carefully caching the builds.

Bzomak commented 4 months ago

There is always the option to use [skip ci] as part of the commit message if the commit only updates documentation.