Skip to content

Commit

Permalink
Add concurrency to not waste precious build minutes when modifying PR…
Browse files Browse the repository at this point in the history
…s frequently. (#1051)

Co-authored-by: wkpark <wkpark@gmail.com>
  • Loading branch information
rickardp and wkpark committed Feb 27, 2024
1 parent 4b232ed commit 1d709aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ on:
- 'setup.py'
- 'pyproject.toml'
- 'pytest.ini'
- '**/*.md'
release:
types: [ published ]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:

##
Expand Down

0 comments on commit 1d709aa

Please sign in to comment.