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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 76d038189af Rebane lint workflow (#1351)
76d038189af is described below

commit 76d038189afe68d703efb481de9d6f5cf27c22e8
Author: Albumen Kevin <[email protected]>
AuthorDate: Mon Aug 8 16:49:11 2022 +0800

    Rebane lint workflow (#1351)
---
 .github/workflows/link_check.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/link_check.yml b/.github/workflows/link_check.yml
index 3e349914707..254b04099f4 100644
--- a/.github/workflows/link_check.yml
+++ b/.github/workflows/link_check.yml
@@ -3,10 +3,10 @@ name: Link Check
 on: [push, pull_request, workflow_dispatch]
 
 jobs:
-  build_and_deploy_job:
+  link_check_job:
     if: github.event_name == 'push' || (github.event_name == 'pull_request' && 
github.event.action != 'closed')
     runs-on: ubuntu-latest
-    name: Build and Deploy Job
+    name: Link Check Job
     steps:
       - uses: actions/checkout@v2
         with:

Reply via email to