CI: Make matrix.py executable and add shebang
authorTim Duesterhus <tim@bastelstu.be>
Tue, 8 Jun 2021 13:14:35 +0000 (15:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 Jun 2021 19:30:36 +0000 (21:30 +0200)
commit871ef2ffbce6b8488d330127551ef90ae38e4a30
treefe1dc1ee7cbb0b99a00d0a53e0e08ef51fa5c194
parent846830e47d9b8130e353c59f6fdea09c26b64d81
CI: Make matrix.py executable and add shebang

It's a script, allow executing this as a script without needing to invoke
`python3` manually.
.github/matrix.py [changed mode: 0644->0755]