Unverified Commit 1d709aad authored by Rickard's avatar Rickard Committed by GitHub
Browse files

Add concurrency to not waste precious build minutes when modifying PRs frequently. (#1051)


Co-authored-by: default avatarwkpark <wkpark@gmail.com>
parent 4b232edf
...@@ -15,10 +15,13 @@ on: ...@@ -15,10 +15,13 @@ on:
- 'setup.py' - 'setup.py'
- 'pyproject.toml' - 'pyproject.toml'
- 'pytest.ini' - 'pytest.ini'
- '**/*.md'
release: release:
types: [ published ] types: [ published ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
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