if you mean the following part
---------<------------>---------
Within the matrix.py script it can now be detected whether the workflow is
running on schedule by using:
if build_type == "schedule":
matrix.append(...)
---------------<------------->----------------
yes, I wonder how it is supposed to work.
first, GH actions is supposed to run matrix.py in order to generate some
scheduled jobs.
I miss some documentation on that. I'll try to find myself (it should be
documented I hope)
пт, 20 нояб. 2020 г. в 16:27, Willy Tarreau <[email protected]>:
> Hi Ilya,
>
> On Fri, Nov 20, 2020 at 09:20:44AM +0500, ???? ??????? wrote:
> > How it works?
> > I mean if matrix is built on the fly, schedule is inside matrix, right?
> How
> > github can have prior knowledge when to run scheduled jobs then
>
> Isn't it what is explained in patch 2 ? I'm clueless on the CI so I could
> be wrong, but I thought there were enough details there.
>
> Thanks,
> Willy
>