Skip to content

Commit 45c9e39

Browse files
committed
use concurrency
1 parent 8c95eee commit 45c9e39

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
schedule:
88
- cron: '0 11 * * 4'
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
1014
jobs:
1115
skip_duplicate:
1216
runs-on: ubuntu-latest

docs/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ Jupytext ChangeLog
55
-------------------
66

77
**Added**
8-
- Added Stata as a supported language ([#1014](https://github.com/mwouts/jupytext/issues/1027)) - thanks to [Raffaele Mancuso](https://github.com/raffaem) for this contribution
8+
- Added Stata as a supported language ([#1014](https://github.com/mwouts/jupytext/pull/1027)) - thanks to [Raffaele Mancuso](https://github.com/raffaem) for this contribution
99
- We have added a series of test to make sure that the main formats support cell tags ([#1024](https://github.com/mwouts/jupytext/issues/1024))
1010

1111
**Fixed**
1212
- When a metadata key is not a valid identifier, a warning is emitted and the metadata is not saved to the text representation ([#1042](https://github.com/mwouts/jupytext/issues/1042))
13+
- The CI was fixed by [Matthew Feickert](https://github.com/matthewfeickert) ([#1035](https://github.com/mwouts/jupytext/pull/1035))
14+
- We now use `concurrency` to cancel previous runs on the same branch/PR ([#1037](https://github.com/mwouts/jupytext/issues/1037))
1315

1416
**Changed**
1517
- Empty tags are not exported to the text notebook anymore ([#960](https://github.com/mwouts/jupytext/issues/960))

0 commit comments

Comments
 (0)