Skip to content

Commit

Permalink
Merge branch 'ko3n1g/ci/always-artifacts' into 'main'
Browse files Browse the repository at this point in the history
ci: Always upload artifacts

See merge request ADLR/megatron-lm!2197
  • Loading branch information
ko3n1g committed Oct 9, 2024
2 parents b1218b9 + 5776d06 commit bf74129
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def main(
"timeout": "7 days",
"needs": [{"pipeline": '$PARENT_PIPELINE_ID', "job": "jet-generate"}],
"script": [" ".join(script)],
"artifacts": {"paths": ["results/"]},
"artifacts": {"paths": ["results/"], "when": "always"},
}

with open(output_path, 'w') as outfile:
Expand Down

0 comments on commit bf74129

Please sign in to comment.