fix(ci): cancel concurrent hub-check runs on the same ref

This commit is contained in:
2026-07-30 13:37:08 +08:00
parent 4eafbf20a9
commit 0ebfeb927a
+4
View File
@@ -10,6 +10,10 @@ on:
pull_request:
workflow_dispatch:
concurrency:
group: hub-check-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
hub-check:
runs-on: ubuntu-latest