git.99rst.org
/
roundcube-roundcubemail-docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
5102244
)
Run only once at night, not each minute after 4:00...
author
Pablo Zmdl
<redacted>
Fri, 15 Nov 2024 09:59:11 +0000
(10:59 +0100)
committer
Pablo Zmdl
<redacted>
Fri, 15 Nov 2024 09:59:11 +0000
(10:59 +0100)
.github/workflows/build-and-publish-nightly.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/build-and-publish-nightly.yml
b/.github/workflows/build-and-publish-nightly.yml
index f09afb8d0bed4a107b7240cd33c7d9e79896c343..f5a8ab4497275d100471b40bdbbfb71f95581bc8 100644
(file)
--- a/
.github/workflows/build-and-publish-nightly.yml
+++ b/
.github/workflows/build-and-publish-nightly.yml
@@
-6,7
+6,7
@@
permissions:
on:
schedule:
# Rebuild automatically each night
- - cron: "
* 4
* * *"
+ - cron: "
4 2
* * *"
jobs:
build-and-testvariants:
git clone https://git.99rst.org/PROJECT