CI: Pass the github.event_name to matrix.py
authorTim Duesterhus <tim@bastelstu.be>
Thu, 19 Nov 2020 23:16:00 +0000 (00:16 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 7 Dec 2021 18:00:48 +0000 (19:00 +0100)
commitf2cdfd59b205217b4e15224041ee79ba3346b880
treecaf497cf08b4ab47d08fb2bd14419d64d90df18a
parent26e2a3c74cf890848ba93d55a869ab2aa59b38cc
CI: Pass the github.event_name to matrix.py

This is a preparation to later run some matrix entries on schedule only.

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(...)

(cherry picked from commit 8d173e17c0187b551a7f14e62e0d8d16c773fb55)
Signed-off-by: William Lallemand <wlallemand@haproxy.org>
.github/matrix.py
.github/workflows/vtest.yml