[github-ci] Import run-checker daily workflow from master
authorNicola Tuveri <nic.tuv@gmail.com>
Fri, 6 Aug 2021 15:37:02 +0000 (18:37 +0300)
committerNicola Tuveri <nic.tuv@gmail.com>
Wed, 18 Aug 2021 22:01:22 +0000 (01:01 +0300)
commit4c7b49d37dd7957d534da9cb1ff9b15886e34cda
tree4f9f927a8d20c2207a234f5e5ddb0103849c449c
parent4c038f59a3d962715344168412e60be7e9785f0a
[github-ci] Import run-checker daily workflow from master

The daily run-checker is scheduled to start at 6:42, instead of the
start of the hour.

The official GitHub documentation remarks the following regarding
scheduled workflows:

> Note: The schedule event can be delayed during periods of high loads
> of GitHub Actions workflow runs. High load times include the start of
> every hour. To decrease the chance of delay, schedule your workflow to
> run at a different time of the hour.

42, obviously, has been picked because it is the answer to the ultimate
question of life, the universe, and everything.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16252)
.github/workflows/run-checker-daily.yml [new file with mode: 0644]