Skip to content

Commit

Permalink
Update github_actions.config
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Mar 6, 2024
1 parent b31f0d5 commit 3dde235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_actions.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -108,4 +108,4 @@ process {
cpus=2
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
}
}

0 comments on commit 3dde235

Please sign in to comment.