Skip to content

Cancel previous CI runs automatically. #209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Continuous Integration Workflow

# Automatically cancel a previous run.
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true

on:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions docs/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ all releases are available on `PyPI <https://pypi.org/project/pytask>`_ and
- :gh:`204` removes internal traceback frames from exceptions raised somewhere in
pytask.
- :gh:`208` fixes the best practices guide for parametrizations.
- :gh:`209` cancels previous CI runs automatically.


0.1.5 - 2022-01-10
Expand Down