Skip to content
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