diff --git a/.github/workflows/NodeJS.yml b/.github/workflows/NodeJS.yml index 98ed3f6b..b9b006e1 100644 --- a/.github/workflows/NodeJS.yml +++ b/.github/workflows/NodeJS.yml @@ -5,7 +5,7 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }} - cancel-in-progress: true + cancel-in-progress: false env: GH_TOKEN: ${{ secrets.GH_TOKEN }} diff --git a/package.json b/package.json index 70082ca1..ba5c1e92 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/duckdb/duckdb.git" + "url": "git+https://github.com/duckdb/duckdb-node.git" }, "ts-node": { "require": [ @@ -60,7 +60,7 @@ "author": "Hannes Mühleisen", "license": "MIT", "bugs": { - "url": "https://github.com/duckdb/duckdb/issues" + "url": "https://github.com/duckdb/duckdb-node/issues" }, "homepage": "https://www.duckdb.org" }