Commit cef6341a authored by tom's avatar tom

fix workflow concurrency

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