Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
1d709aad
Unverified
Commit
1d709aad
authored
Feb 27, 2024
by
Rickard
Committed by
GitHub
Feb 27, 2024
Browse files
Add concurrency to not waste precious build minutes when modifying PRs frequently. (#1051)
Co-authored-by:
wkpark
<
wkpark@gmail.com
>
parent
4b232edf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
.github/workflows/python-package.yml
.github/workflows/python-package.yml
+4
-1
No files found.
.github/workflows/python-package.yml
View file @
1d709aad
...
@@ -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
:
##
##
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment