Skip to content

Commit

Permalink
mc
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes committed Sep 26, 2023
1 parent 1abb683 commit 8d05a7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NodeJS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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"
}

0 comments on commit 8d05a7d

Please sign in to comment.