mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-22 06:37:54 -04:00
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(...)
|
||
|---|---|---|
| .. | ||
| codespell.yml | ||
| compliance.yml | ||
| openssl-nodeprecated.yml | ||
| vtest.yml | ||
| windows-latest.yml | ||