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
parent
commit
49a001ecbd
No known key found for this signature in database GPG Key ID: 399DBE0F4D4B02EB
  1. 2
      .github/workflows/automatically-update-test-links.yml

2
.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

Loading…
Cancel
Save