Cirrus-CI: skip svn_head branch
svn_head has the same content as the master or main branch (it's just the result of a `git svn` conversion instead of svn2git). Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
79e02149fc
commit
57391dee45
@ -9,6 +9,7 @@ env:
|
||||
CIRRUS_CLONE_DEPTH: 1
|
||||
|
||||
task:
|
||||
only_if: $CIRRUS_BRANCH != 'svn_head'
|
||||
timeout_in: 120m
|
||||
install_script:
|
||||
- pkg install -y qemu-devel uefi-edk2-qemu-x86_64
|
||||
|
Loading…
Reference in New Issue
Block a user