commit | 8d173e17c0187b551a7f14e62e0d8d16c773fb55 | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Fri Nov 20 00:16:00 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Nov 21 11:05:16 2020 +0100 |
tree | 53f8beae1fbae8c1afe38e5cc1a6589344055866 | |
parent | f34ed0b74c390b7c117576366ea245c59e9b7e78 [diff] |
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(...)