Add concurrency settings to GitHub Actions workflow

This commit is contained in:
crazywhalecc
2026-05-09 16:07:22 +08:00
parent 270f131f54
commit 6ad4b6a4af

View File

@@ -15,6 +15,10 @@ on:
permissions: read-all
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}