From 3dde235401a87beec2fe61c139e94c1bdc73f2b5 Mon Sep 17 00:00:00 2001 From: Young Date: Wed, 6 Mar 2024 09:39:47 -0700 Subject: [PATCH] Update github_actions.config --- .github/workflows/github_actions.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_actions.config b/.github/workflows/github_actions.config index 24e459c..f739ac4 100644 --- a/.github/workflows/github_actions.config +++ b/.github/workflows/github_actions.config @@ -89,7 +89,7 @@ process { cpus=2 ext.args = ' ' memory = { 6.GB * task.attempt } - errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'} + errorStrategy = { task.attempt < 2 ? 'retry' : 'ignore'} } withName:summary{ cpus=2 @@ -108,4 +108,4 @@ process { cpus=2 errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'} } -} \ No newline at end of file +}