Hi Volkan, On Thu, 19 Oct 2023 at 23:40, Volkan Yazıcı <vol...@yazi.ci> wrote: > > We shouldn’t manually provide a value each time. If you are adamant about > it, we should ideally pass it from command line in CI workflow. But again, > not manually please. This undermines our objective of relieving RM’s load.
The real problem is: the CI does not start if `main == release/*`. I tried a concurrency setting, but it doesn't seem to be enough. The timestamp bump mainly serves as an "intelligent" alternative to "add whitespace to trigger CI run". BTW: there are WARNING messages in the build if the timestamp is inherited from `logging-parent` instead of being set up in the repo. Piotr