summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2023-09-04 12:37:13 +0100
committerDaniil Baturin <daniil@baturin.org>2023-09-04 12:38:07 +0100
commitb7731dcebf8f43c2b0ff65b4de6b11116db84b8c (patch)
tree9084ffba7f344ab200c6bfc2da9ccd756dd7509e
parentdc18fbc41b2a2751f6264740e7acdbfa5ce508fe (diff)
downloadcommunity.vyos.net-b7731dcebf8f43c2b0ff65b4de6b11116db84b8c.tar.gz
community.vyos.net-b7731dcebf8f43c2b0ff65b4de6b11116db84b8c.zip
Run the workflow at 3am so that it runs when the new nightly build is ready
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 92e279c..f227cda 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -10,7 +10,7 @@ on:
pull_request:
branches: [ main ]
schedule:
- - cron: "0 0 * * *"
+ - cron: "0 3 * * *"
workflow_dispatch: