File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: Code style checks
2
2
3
3
on : [push, pull_request]
4
4
5
+ concurrency :
6
+ group : ${{ github.workflow }}-${{ github.ref }}
7
+ cancel-in-progress : true
8
+
5
9
jobs :
6
10
linting :
7
11
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: pyjanitor tests
2
2
3
3
on : [pull_request]
4
4
5
+ concurrency :
6
+ group : ${{ github.workflow }}-${{ github.ref }}
7
+ cancel-in-progress : true
8
+
5
9
jobs :
6
10
run-tests :
7
11
strategy :
Original file line number Diff line number Diff line change 20
20
- [ DOC] Add local documentation preview via github action artifact. PR #1149 @Zeroto521
21
21
- [ ENH] Enable ` encode_categorical ` handle 2 (or more ) dimensions array. PR #1153 @Zeroto521
22
22
- [ ENH] Faster computation for a single non-equi join, with a numba engine. Issue #1102 @samukweku
23
+ - [ INF] Cancel old workflow runs via Github Action ` concurrency ` . PR #1161 @Zeroto521
23
24
24
25
## [ v0.23.1] - 2022-05-03
25
26
You can’t perform that action at this time.
0 commit comments