chore: action group

pull/242/head
zijiren233 1 year ago
parent 259ae14ce8
commit 521598569e

@ -5,7 +5,7 @@ on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:

Loading…
Cancel
Save