Skip to content

Make Workflow Actions more Compact

No due date 50% complete

At the moment, we run the CMake twice for Googletests and some processes could be more visual. This should be improved over the time whenever there is time. At the moment the actions show 3 page deployments, where two are stopped due to duplication. This is clutter and should be avoided as much as possible.

For this use instead of the on commit the on wor…

At the moment, we run the CMake twice for Googletests and some processes could be more visual. This should be improved over the time whenever there is time. At the moment the actions show 3 page deployments, where two are stopped due to duplication. This is clutter and should be avoided as much as possible.

For this use instead of the on commit the on workflow complete option to add dependencies.

on:
  workflow_run:
    workflows: ["cmake-multi-platform"]
    types:
      - completed