Commit b8887929 authored by neil's avatar neil
Browse files

fix concurrency

parent e3d1ab52
...@@ -12,7 +12,7 @@ on: ...@@ -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: ...@@ -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: ...@@ -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: ...@@ -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: ...@@ -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: ...@@ -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: ...@@ -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: ...@@ -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: ...@@ -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: ...@@ -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: ...@@ -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: ...@@ -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: ...@@ -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
......
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