Commit cef6341a authored by tom's avatar tom

fix workflow concurrency

parent 6a4e8ecf
...@@ -21,7 +21,7 @@ on: ...@@ -21,7 +21,7 @@ on:
value: ${{ jobs.run.outputs.issues }} value: ${{ jobs.run.outputs.issues }}
concurrency: concurrency:
group: ${{ github.workflow }} group: Label released issues
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:
......
...@@ -7,7 +7,7 @@ on: ...@@ -7,7 +7,7 @@ on:
types: [ released ] types: [ released ]
concurrency: concurrency:
group: ${{ github.workflow }} group: Release
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