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 1125452552 disable publishing on a schedule
1125452552 is described below

commit 11254525528320ff49605ff2db63bbf6908990c0
Author: James Fredley <[email protected]>
AuthorDate: Wed Jun 25 12:34:01 2025 -0400

    disable 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 05ae675b1a..1892739258 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:

Reply via email to