Commit 29d0613e authored by tom's avatar tom

[skip ci] remove concurrency for pre-release workflow

parent e2c75d14
...@@ -6,10 +6,6 @@ on: ...@@ -6,10 +6,6 @@ on:
tags: tags:
- 'v[0-9]+.[0-9]+.[0-9]+-[a-z]+' # e.g v1.2.3-alpha - 'v[0-9]+.[0-9]+.[0-9]+-[a-z]+' # e.g v1.2.3-alpha
concurrency:
group: ${{ github.workflow }}-${{ github.ref }} # Release-refs/tags/v1.0.0
cancel-in-progress: true
jobs: jobs:
checks: checks:
name: Run code checks name: Run code checks
......
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