Skip to content

Commit a94bbee

Browse files
chore: Add winston warning for updated timeout
1 parent 9358ce9 commit a94bbee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/cml/runner.js

+4
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,10 @@ const run = async (opts) => {
401401
}
402402
}
403403

404+
if (driver === 'github') {
405+
winston.warn('Github Actions timeout has been updated from 72h to 35 days. Update your workflow accordingly to be able to restart it automatically.');
406+
}
407+
404408
winston.info(`Preparing workdir ${workdir}...`);
405409
await fs.mkdir(workdir, { recursive: true });
406410
await fs.chmod(workdir, '766');

0 commit comments

Comments
 (0)