diff --git a/.github/workflows/lint_pr.yml b/.github/workflows/lint_pr.yml index 4cf117c..a6af735 100644 --- a/.github/workflows/lint_pr.yml +++ b/.github/workflows/lint_pr.yml @@ -11,6 +11,7 @@ jobs: main: name: Validate PR title runs-on: ubuntu-latest + if: ${{ github.actor != 'dependabot[bot]' }} steps: - uses: amannn/action-semantic-pull-request@v5 env: diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index fe34346..616df6a 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -25,4 +25,4 @@ jobs: TARGET_BRANCH: gh-pages BUILD_SCRIPT: npm install && npm run build-node16 BUILD_DIR: docs/.vuepress/dist - CNAME: https://www.it4c.dev \ No newline at end of file + # CNAME: https://www.it4c.dev \ No newline at end of file