From 57391dee45c292ed2a7b12ab448e8ac447cf7f2a Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Sat, 19 Sep 2020 13:55:26 +0000 Subject: [PATCH] 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 --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 3bb583b9c1a..c2e0c5f0916 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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 -- 2.45.0