fix concurrency

pull/4279/head
neil 2 years ago
parent e3d1ab52f8
commit b888792940

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save