- cancel actions on concurrent runs

This commit is contained in:
Mike Penz
2022-07-29 11:45:38 +02:00
parent 3728477799
commit c33f3467a2
4 changed files with 16 additions and 4 deletions
+4
View File
@@ -16,6 +16,10 @@ on:
- '**.md'
workflow_dispatch:
concurrency:
group: ${{ github.event.pull_request.number }}-check
cancel-in-progress: true
jobs:
check-dist:
runs-on: ubuntu-latest