1
0

ci: automatically cancel previous jobs on new commits

This commit is contained in:
2023-05-18 11:58:53 +00:00
parent d6670ee8d9
commit 0589ae25e4
4 changed files with 16 additions and 0 deletions

View File

@@ -11,6 +11,10 @@ on:
- "README.md"
pull_request:
concurrency:
group: ${{ github.workflow_ref }}
cancel-in-progress: true
jobs:
build:
name: Build