ci: cancel if new push

This commit is contained in:
ReaJason
2024-12-15 09:53:20 +08:00
parent dc7c3dc0ac
commit 58045d0bb3
+3
View File
@@ -7,6 +7,9 @@ on:
- 'boot/**'
- 'web/**'
- '**.md'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
unit-test: