This is an automated email from the ASF dual-hosted git repository. albumenj pushed a commit to branch 0808_workflow in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
commit e291d6181e1fdddb681162984b272a29c15ad446 Author: Albumen Kevin <[email protected]> AuthorDate: Mon Aug 8 16:48:17 2022 +0800 Rebane lint workflow --- .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:
