ci: dev do not auto cancel build

This commit is contained in:
MistEO
2025-11-01 18:54:31 +08:00
committed by GitHub
parent 2fa55fe15d
commit b3673409ac

View File

@@ -31,7 +31,7 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.ref != 'dev' }}
jobs:
meta: