Closed CAMOBAP closed 2 years ago
As part of the https://github.com/metanorma/metanorma-build-scripts/issues/85 I modified the workflow to no run tests twice in case of tag
Because we skip job on the main branch in case of tag this affects our release matrix from https://github.com/metanorma/metanorma-release
The solution is not to run tests on tag events. But it still will be nice to see tags in CI history so I will check if possible to have both tag and branch labels on the same job
Another proposed solution to show extra badge which will show last release CI status, it seems better to me, I will prepare PR
Thanks @CAMOBAP !
Intro
As part of the https://github.com/metanorma/metanorma-build-scripts/issues/85 I modified the workflow to no run tests twice in case of tag
Problem
Because we skip job on the main branch in case of tag this affects our release matrix from https://github.com/metanorma/metanorma-release
The solution is not to run tests on tag events. But it still will be nice to see tags in CI history so I will check if possible to have both tag and branch labels on the same job