Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It can generate the versions to change using different base OS versions. That version is specified by ALP_BASE_OS in Makefile.


FAQ

1) If we create a new workflow on master (say, new test), should we add this workflow onto our releases branch or GH do it automatically. Seems, it may also depend on the triggers of such workflow (has it branch-based filter or not).

The order of operations in a workflow run triggered by push or pull request is described in the reference documentation:

...

For example, if the event occurred on a particular repository branch, then the workflow files must be present in the repository on that branch.


2) If we change our workflow on master (change steps inside workflow), will it be updated on another branch we have (say, we add a step to this one). Seems, it may also depend on the triggers of such workflow (has it branch-based filter or not).

We must push changes to the brunch as well. 

...