chore: pr-checker 在发版时不运行

This commit is contained in:
zzyyyl
2023-12-12 13:32:21 +08:00
parent 8c4ff46431
commit f6412f5a7f

View File

@@ -9,7 +9,7 @@ permissions:
jobs:
check_commit_name_in_pr:
if: ${{ !github.event.pull_request.merged }} && github.base_ref != 'master'
if: ${{ !github.event.pull_request.merged && github.base_ref != 'master' }}
runs-on: ubuntu-latest
steps:
- name: Check Commits