You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/03/30 04:18:33 UTC

[pulsar-site] branch ci-debug updated: update

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

urfree pushed a commit to branch ci-debug
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/ci-debug by this push:
     new 0abb0a9  update
0abb0a9 is described below

commit 0abb0a9b06f8af0f575588bf8ce43d66a854290b
Author: Li Li <ur...@apache.org>
AuthorDate: Wed Mar 30 12:18:25 2022 +0800

    update
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 .github/workflows/ci-debug.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.github/workflows/ci-debug.yaml b/.github/workflows/ci-debug.yaml
index c0a7ff7..5d8058d 100644
--- a/.github/workflows/ci-debug.yaml
+++ b/.github/workflows/ci-debug.yaml
@@ -33,3 +33,10 @@ jobs:
         run: |
           CURRENT_HOUR=$(date +%H)
           echo "hour:"$CURRENT_HOUR
+          if [[ $CURRENT_HOUR -gt 6 ]]; then
+            echo "------ gt..."
+          elif [[ $CURRENT_HOUR -lt 6 ]]; then
+            echo "------ lt..."
+          else 
+            echo "------ skip..."
+          fi