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 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)