This is an automated email from the ASF dual-hosted git repository.

czweng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-paimon-shade.git


The following commit(s) were added to refs/heads/main by this push:
     new e4135d5  Publish snapshot workflow should be triggered by hand as this 
repo is seldom modified (#15)
e4135d5 is described below

commit e4135d5de9b16facd5d9c6cabfcc45a7ec5c71e7
Author: tsreaper <[email protected]>
AuthorDate: Wed Sep 20 17:32:44 2023 +0800

    Publish snapshot workflow should be triggered by hand as this repo is 
seldom modified (#15)
---
 .github/workflows/publish_snapshot.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.github/workflows/publish_snapshot.yml 
b/.github/workflows/publish_snapshot.yml
index 757041d..7b37bcf 100644
--- a/.github/workflows/publish_snapshot.yml
+++ b/.github/workflows/publish_snapshot.yml
@@ -18,12 +18,6 @@
 
 name: Publish Snapshot
 
-on:
-  schedule:
-    # At the end of every day
-    - cron: '0 0 * * *'
-  workflow_dispatch:
-
 env:
   JDK_VERSION: 8
 

Reply via email to