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 535a330  rename ci-debug workflow
535a330 is described below

commit 535a33007fffad17d5dfbcfbb47ba527a62b036a
Author: Li Li <[email protected]>
AuthorDate: Wed Mar 30 12:43:08 2022 +0800

    rename ci-debug workflow
    
    Signed-off-by: Li Li <[email protected]>
---
 .github/workflows/ci-debug.yaml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci-debug.yaml b/.github/workflows/ci-debug.yaml
index 5d8058d..e0271ba 100644
--- a/.github/workflows/ci-debug.yaml
+++ b/.github/workflows/ci-debug.yaml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: CI - Pulsar Website-Next build
+name: CI - Debug
 on:
   push:
     branches: [ci-debug]
@@ -25,9 +25,8 @@ on:
 jobs:
   build-website:
     if: ${{ github.repository == 'apache/pulsar-site' }}
-    name: Build and publish pulsar website-next
+    name: CI Debug
     runs-on: ubuntu-latest
-    timeout-minutes: 360
     steps:
       - name: Echo date
         run: |

Reply via email to