Browse Source
Run the cronjob at night, instead of in the middle of the day
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
2.4.x
Ole Petter
4 years ago
No known key found for this signature in database
GPG Key ID: 399DBE0F4D4B02EB
1 changed files with
1 additions and
1 deletions
-
.github/workflows/automatically-update-test-links.yml
|
@ -1,7 +1,7 @@ |
|
|
name: automatically-update-test-links |
|
|
name: automatically-update-test-links |
|
|
on: |
|
|
on: |
|
|
schedule: |
|
|
schedule: |
|
|
- cron: "0 13 * * 1" |
|
|
- cron: "0 03 * * 1" |
|
|
jobs: |
|
|
jobs: |
|
|
createPullRequest: |
|
|
createPullRequest: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|