This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/grails-static-website.git
The following commit(s) were added to refs/heads/master by this push:
new 7e53f36d2a re-enable publishing on a schedule
7e53f36d2a is described below
commit 7e53f36d2a6d99e54769196d01072805eb743938
Author: James Fredley <[email protected]>
AuthorDate: Wed Jun 25 14:07:36 2025 -0400
re-enable publishing on a schedule
---
.github/workflows/publish.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 1892739258..05ae675b1a 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -3,8 +3,8 @@ on:
push:
branches:
- master
- # schedule:
- # - cron: '0 */2 * * *'
+ schedule:
+ - cron: '0 */2 * * *'
workflow_dispatch:
jobs:
build: