mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
chore: pr-checker 在发版时不运行
This commit is contained in:
2
.github/workflows/pr-checker.yml
vendored
2
.github/workflows/pr-checker.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user