From 275664256dac7913c68b27b2c9d66738b87f410e Mon Sep 17 00:00:00 2001 From: Sienna Meridian Satterwhite Date: Thu, 9 Apr 2026 18:32:55 +0100 Subject: [PATCH] fix(workflows.yaml): pull_policy Always for wfe-ci:latest --- workflows.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workflows.yaml b/workflows.yaml index 969e919..3b27267 100644 --- a/workflows.yaml +++ b/workflows.yaml @@ -60,6 +60,7 @@ _templates: # arrays, and other bashisms the default `/bin/sh` (dash) doesn't support. ci_config: &ci_config image: src.sunbeam.pt/studio/wfe-ci:latest + pull_policy: Always shell: /bin/bash memory: 4Gi cpu: "2" @@ -69,6 +70,7 @@ _templates: # Default config for long-running CI steps (8Gi memory, 60min timeout). ci_long_config: &ci_long_config image: src.sunbeam.pt/studio/wfe-ci:latest + pull_policy: Always shell: /bin/bash memory: 8Gi cpu: "4"