atomic-server icon indicating copy to clipboard operation
atomic-server copied to clipboard

Regular pipeline should not update docs / push things

Open joepio opened this issue 1 year ago • 0 comments

Currently we have one main.yml github pipeline that's activated for any push. There are some actions there (e.g. docs being created) that should not happen on every single push.

Thoughts:

  • Can we use the --push flag, or the lack of it, to skip certain actions?
  • Do we need one or multiple github .yml files for the actions? How do we prevent code duplication?
  • Maybe we can also fix the whole tag issue if we split up the yml files #738

joepio avatar Apr 29 '24 08:04 joepio