👷 reduce ci redundant run

This commit is contained in:
yanyongyu
2022-02-16 14:17:33 +08:00
parent 722fc6c6e1
commit a491d842db
5 changed files with 50 additions and 24 deletions

View File

@ -14,6 +14,9 @@ jobs:
update-release-draft:
if: github.event_name == 'pull_request_target'
runs-on: ubuntu-latest
concurrency:
group: pull-request-changelog
cancel-in-progress: true
steps:
- uses: actions/checkout@v2
with: