Commit b8887929 authored by neil's avatar neil
Browse files

fix concurrency

parent e3d1ab52
......@@ -12,7 +12,7 @@ on:
- '.github/workflows/DNS.yml'
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
......
......@@ -15,7 +15,7 @@ on:
- '.github/workflows/DragonFlyBSD.yml'
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
......
......@@ -15,7 +15,7 @@ on:
- '.github/workflows/FreeBSD.yml'
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
......
......@@ -16,7 +16,7 @@ on:
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
......
......@@ -15,7 +15,7 @@ on:
- '.github/workflows/MacOS.yml'
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
......
......@@ -15,7 +15,7 @@ on:
- '.github/workflows/NetBSD.yml'
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
......
......@@ -15,7 +15,7 @@ on:
- '.github/workflows/OpenBSD.yml'
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
......
......@@ -15,7 +15,7 @@ on:
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
......
......@@ -17,7 +17,7 @@ on:
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
......
......@@ -15,7 +15,7 @@ on:
- '.github/workflows/Ubuntu.yml'
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
......
......@@ -16,7 +16,7 @@ on:
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
......
......@@ -12,7 +12,7 @@ on:
- '.github/workflows/dockerhub.yml'
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
......
......@@ -14,7 +14,7 @@ on:
- '.github/workflows/shellcheck.yml'
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment