CI: Make matrix.py executable and add shebang

It's a script, allow executing this as a script without needing to invoke
`python3` manually.
This commit is contained in:
Tim Duesterhus 2021-06-08 15:14:35 +02:00 committed by Willy Tarreau
parent 846830e47d
commit 871ef2ffbc
1 changed files with 2 additions and 0 deletions

2
.github/matrix.py vendored Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/python3
# Copyright 2019 Ilya Shipitsin <chipitsine@gmail.com>
# Copyright 2020 Tim Duesterhus <tim@bastelstu.be>
#