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 003989e8f5
commit 920339c877

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: