aboutsummaryrefslogtreecommitdiffstats
path: root/screwdriver.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'screwdriver.yaml')
-rw-r--r--screwdriver.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/screwdriver.yaml b/screwdriver.yaml
index 10ae44aaefb..79a1569633f 100644
--- a/screwdriver.yaml
+++ b/screwdriver.yaml
@@ -10,6 +10,7 @@ shared:
environment:
USER_SHELL_BIN: bash
annotations:
+ screwdriver.cd/restrictPR: fork
restore-cache: &restore-cache
restore-cache: |
(cd /tmp && if [[ -f $MAIN_CACHE_FILE ]]; then tar xf $MAIN_CACHE_FILE; fi)