Commit 0f65f3cd authored by tom's avatar tom

change concurrency group name

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