fix concurrency

This commit is contained in:
neil 2022-08-23 22:15:50 +08:00
parent e3d1ab52f8
commit b888792940
13 changed files with 13 additions and 13 deletions

View File

@ -12,7 +12,7 @@ on:
- '.github/workflows/DNS.yml'
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:

View File

@ -15,7 +15,7 @@ on:
- '.github/workflows/DragonFlyBSD.yml'
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

View File

@ -15,7 +15,7 @@ on:
- '.github/workflows/FreeBSD.yml'
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

View File

@ -16,7 +16,7 @@ on:
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

View File

@ -15,7 +15,7 @@ on:
- '.github/workflows/MacOS.yml'
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

View File

@ -15,7 +15,7 @@ on:
- '.github/workflows/NetBSD.yml'
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

View File

@ -15,7 +15,7 @@ on:
- '.github/workflows/OpenBSD.yml'
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

View File

@ -15,7 +15,7 @@ on:
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

View File

@ -17,7 +17,7 @@ on:
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:

View File

@ -15,7 +15,7 @@ on:
- '.github/workflows/Ubuntu.yml'
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

View File

@ -16,7 +16,7 @@ on:
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

View File

@ -12,7 +12,7 @@ on:
- '.github/workflows/dockerhub.yml'
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

View File

@ -14,7 +14,7 @@ on:
- '.github/workflows/shellcheck.yml'
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true