Commit 0f65f3cd authored by tom's avatar tom

change concurrency group name

parent 57b176d4
...@@ -14,7 +14,7 @@ on: ...@@ -14,7 +14,7 @@ on:
- 'stub/**' - 'stub/**'
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}__${{ github.action }}__${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:
......
...@@ -5,7 +5,7 @@ on: ...@@ -5,7 +5,7 @@ on:
workflow_call: workflow_call:
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}__${{ github.action }}__${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:
......
...@@ -47,7 +47,7 @@ on: ...@@ -47,7 +47,7 @@ on:
value: ${{ jobs.run.outputs.issues }} value: ${{ jobs.run.outputs.issues }}
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}__${{ github.action }}__${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:
......
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