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)
committerWilly Tarreau <w@1wt.eu>
Sat, 21 Nov 2020 10:05:16 +0000 (11:05 +0100)
commit8d173e17c0187b551a7f14e62e0d8d16c773fb55
tree53f8beae1fbae8c1afe38e5cc1a6589344055866
parentf34ed0b74c390b7c117576366ea245c59e9b7e78
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(...)
.github/matrix.py
.github/workflows/vtest.yml