From 76fb5f13ecce690ef15e431cd25b246b3e8140a0 Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Tue, 13 Jan 2026 16:53:09 +0000 Subject: [PATCH 1/2] Cancel previous deploy workflow when start new one --- .github/workflows/deploy-wasm.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy-wasm.yml b/.github/workflows/deploy-wasm.yml index 07b93cb..53df9d4 100644 --- a/.github/workflows/deploy-wasm.yml +++ b/.github/workflows/deploy-wasm.yml @@ -7,6 +7,10 @@ on: - main workflow_dispatch: +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: build: runs-on: ubuntu-latest From e732c898f8d304dcccc23c21af89e055760ec485 Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Wed, 14 Jan 2026 12:54:47 +0000 Subject: [PATCH 2/2] Add link to wasm deployment in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6a05a76..b9cc19f 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,6 @@ WebAssembly [Emscripten-forge](https://emscripten-forge.org/) package, create lo and test the WebAssembly build. See the `README.md` in the `wasm` directory for further details. + +The latest `cockle` and JupyterLite `terminal` deployments using `git2cpp` are available at +[https://quantstack.net/git2cpp](https://quantstack.net/git2cpp)