mirror of
https://github.com/v2fly/domain-list-community.git
synced 2025-12-21 01:50:05 +07:00
Fix: limit workflow concurrency to avoid potential overlap releases (#3088)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -5,6 +5,11 @@ on:
|
||||
- master
|
||||
paths-ignore:
|
||||
- "**/README.md"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
|
||||
Reference in New Issue
Block a user