Skip to content

Commit

Permalink
Skip concurrent CI builds (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasraabe authored Feb 7, 2022
1 parent ec5e1d4 commit 87c63ad
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +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
9 changes: 8 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,20 @@ in reverse chronological order. Releases follow `semantic versioning
<https://anaconda.org/pytask/latex-dependency-scanner>`_.


0.1.0 - 2022-02-07
------------------

- :gh:`14` skips concurrent CI builds.
- :gh:`15` deprecates Python 3.6 and enables Python 3.10.


0.0.4 - 2021-08-08
------------------

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


0.0.3 - 2021-03-05
Expand Down

0 comments on commit 87c63ad

Please sign in to comment.