Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
dacbd committed Jul 22, 2022
1 parent 5e72edb commit db0a8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ class Github {
}
for (const warning of WARNINGS) {
console.log(
`::warning file=${warning.file},line=${warning.line},title=Possible Unexpected Behavior using \`cml runner\`::GitHub Actions has updated timeout-minutes if your job is unlikely to longer than 6hrs then you should remove timeout-minutes, to have cml auto-restart for long training jobs change this value to: 50400 (35d)`
`::warning file=${warning.file},line=${warning.line},title=Possible Unexpected Behavior using "cml runner"::GitHub Actions has updated timeout-minutes if your job is unlikely to run longer than 6hrs then you should remove timeout-minutes, to have cml auto-restart for long training jobs change this value to: 50400 (35d)`
);
}
process.exit();
Expand Down

0 comments on commit db0a8e8

Please sign in to comment.