Change workflow scheduled time to more "random" minute 34/307134/1
authorMarek Pikuła <m.pikula@partner.samsung.com>
Tue, 5 Mar 2024 08:17:17 +0000 (09:17 +0100)
committerMarek Pikuła <m.pikula@partner.samsung.com>
Tue, 5 Mar 2024 08:24:02 +0000 (09:24 +0100)
commit3bf10c5800a99b0e7e2d7dac548cc21f4969c025
tree67d38ecacf6ba0a9db6d25d1150cf14305002326
parentdf9ac6d8b32a5cfc339909085ca96816f470d64d
Change workflow scheduled time to more "random" minute

According to GitHub documentation:

> 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. If the load is sufficiently high enough, some queued jobs
> may be dropped. To decrease the chance of delay, schedule your
> workflow to run at a different time of the hour.

During initial tests it turned out that during peak hours the schedule
didn't execute.

Change-Id: Idcbaed6fc43cf517f616842b7ed7acc7886bea13
Signed-off-by: Marek Pikuła <m.pikula@partner.samsung.com>
.github/workflows/docker-build.yml
.github/workflows/test-image-build.yml
.gitignore [new file with mode: 0644]