aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-11-06 10:23:48 +0100
committerMarcoFalke <falke.marco@gmail.com>2020-11-06 10:05:30 +0100
commit66667acc53cdfe224b36a74be4ba046b28282d15 (patch)
treee0ceb07aadd9007643181d3393f6ee9b291e4153 /.cirrus.yml
parentc51c2753a4ff34413f7369e9cf0282f64a5e38de (diff)
downloadbitcoin-66667acc53cdfe224b36a74be4ba046b28282d15.tar.xz
cirrus: Skip tasks on the gui repo main branch
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index f334da5c14..916f172a6a 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -19,6 +19,7 @@ env:
# https://cirrus-ci.org/guide/tips-and-tricks/#sharing-configuration-between-tasks
global_task_template: &GLOBAL_TASK_TEMPLATE
+ skip: $CIRRUS_REPO_FULL_NAME == "bitcoin-core/gui" && $CIRRUS_PR == "" # No need to run on the read-only mirror, unless it is a PR. https://cirrus-ci.org/guide/writing-tasks/#conditional-task-execution
ccache_cache:
folder: "/tmp/ccache_dir"
depends_built_cache: