Attempting to limit codereview spam while improving runner requirements
This commit is contained in:
parent
5e526c4a78
commit
c09f5705ba
|
|
@ -1,7 +1,3 @@
|
|||
# As per https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#example-of-a-codeowners-file
|
||||
|
||||
* @Torxed
|
||||
|
||||
# Any PKGBUILD changes should tag grazzolini
|
||||
/PKGBUILDs/ @grazzolini
|
||||
/PKGBUILD @grazzolini
|
||||
.github/* @Torxed
|
||||
tests/qemu/* @Torxed
|
||||
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
- run: cp /usr/share/ovmf/x64/OVMF_VARS.fd ./tests/qemu/OVMF_VARS.fd
|
||||
- run: rm -f -- ./tests/qemu/archtest.img
|
||||
- run: qemu-img create -f qcow2 ./tests/qemu/archtest.img 10G
|
||||
- run: tree
|
||||
- run: tree -L 2
|
||||
- run: cat .screenrc_test
|
||||
- run: script -c "stty rows 24 && stty cols 80 && screen -c .screenrc_test"
|
||||
- uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue