Skip to content

Commit 66667ac

Browse files
author
MarcoFalke
committed
cirrus: Skip tasks on the gui repo main branch
1 parent c51c275 commit 66667ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cirrus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919

2020
# https://cirrus-ci.org/guide/tips-and-tricks/#sharing-configuration-between-tasks
2121
global_task_template: &GLOBAL_TASK_TEMPLATE
22+
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
2223
ccache_cache:
2324
folder: "/tmp/ccache_dir"
2425
depends_built_cache:

0 commit comments

Comments
 (0)