Skip to content

Commit 68c31fb

Browse files
committed
fixups
1 parent 7dbf942 commit 68c31fb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ on:
44
push:
55
branches: master
66
pull_request:
7-
branches: "*"
7+
8+
concurrency:
9+
group: ci-${{ github.ref }}
10+
cancel-in-progress: true
811

912
jobs:
1013
build:
@@ -18,7 +21,7 @@ jobs:
1821
- name: Checkout
1922
uses: actions/checkout@v2
2023

21-
- uses: jupyterlab/maintainer-tools/.github/base-setup@v1
24+
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
2225

2326
- name: Install dependencies
2427
run: |

0 commit comments

Comments
 (0)