Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
sneko committed Jun 4, 2023
2 parents 1eeecb2 + 327e3b4 commit 6714ab5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ env:
NODE_VERSION: 18.16.0
PNPM_VERSION: 7.27.1
concurrency:
group: 'cicd'
# Prevent parallel builds of the same branch
group: cicd-${{ github.ref }}
cancel-in-progress: false
jobs:
requirements:
Expand Down
2 changes: 1 addition & 1 deletion packages/dsfr-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dsfr-connect",
"version": "0.0.0",
"private": true,
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/sneko/dsfr-connect.git",
Expand Down

0 comments on commit 6714ab5

Please sign in to comment.