On Fri, Nov 20, 2020 at 12:38:02PM +0100, Tim Düsterhus wrote:
> > 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.
>
> It's simple, this part of the patch is responsible for that:
>
> - run: python3 .github/matrix.py
> + run: python3 .github/matrix.py "${{ github.event_name }}"
>
> I just specify the event_name as the command line parameter to the
> script and then read the command line parameter and store it in the
> build_type variable :-)
>
> > I miss some documentation on that. I'll try to find myself (it should be
> > documented I hope)
> >
Based on this, Ilya, do you have all the info you need and should I
take this or does this need more discussion ?
Thanks,
Willy