Skip to content

Commit 87c63ad

Browse files
authored
Skip concurrent CI builds (#14)
1 parent ec5e1d4 commit 87c63ad

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
name: Continuous Integration Workflow
2+
3+
# Automatically cancel a previous run.
4+
concurrency:
5+
group: ${{ github.head_ref || github.run_id }}
6+
cancel-in-progress: true
7+
28
on:
39
push:
410
branches:

CHANGES.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,20 @@ in reverse chronological order. Releases follow `semantic versioning
88
<https://anaconda.org/pytask/latex-dependency-scanner>`_.
99

1010

11+
0.1.0 - 2022-02-07
12+
------------------
13+
14+
- :gh:`14` skips concurrent CI builds.
15+
- :gh:`15` deprecates Python 3.6 and enables Python 3.10.
16+
17+
1118
0.0.4 - 2021-08-08
1219
------------------
1320

1421
- :gh:`8` changes ``scan`` such that only one path to an image file is returned if the
1522
image extension is given and file does not exist. Also, beamer overlays are ignored.
1623
Thanks to :ghuser:`brettviren`!
17-
- :gh:`9` replaces versioneer with setuptools-scm.
24+
- :gh:`10` replaces versioneer with setuptools-scm.
1825

1926

2027
0.0.3 - 2021-03-05

0 commit comments

Comments
 (0)