Skip to content

Commit 95b0089

Browse files
authored
Cancel previous CI runs automatically. (#209)
1 parent db2eb85 commit 95b0089

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/continuous-integration-workflow.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Continuous Integration Workflow
22

3+
# Automatically cancel a previous run.
4+
concurrency:
5+
group: ${{ github.head_ref || github.run_id }}
6+
cancel-in-progress: true
7+
38
on:
49
push:
510
branches:

docs/source/changes.rst

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ all releases are available on `PyPI <https://pypi.org/project/pytask>`_ and
2424
- :gh:`204` removes internal traceback frames from exceptions raised somewhere in
2525
pytask.
2626
- :gh:`208` fixes the best practices guide for parametrizations.
27+
- :gh:`209` cancels previous CI runs automatically.
2728

2829

2930
0.1.5 - 2022-01-10

0 commit comments

Comments
 (0)