Skip to content

Commit d62ed2b

Browse files
committed
🚀 fix(ci): restore concurrency settings in auto-merge workflow and update action reference in CI sync workflow
1 parent 234de8c commit d62ed2b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎.github/workflows/auto-merge.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ permissions:
1818
contents: write
1919
checks: read
2020

21-
# concurrency:
22-
# group: auto-merge-${{ github.event.pull_request.number || github.ref }}
23-
# cancel-in-progress: true
21+
concurrency:
22+
group: auto-merge-${{ github.event.pull_request.number || github.ref }}
23+
cancel-in-progress: true
2424

2525
jobs:
2626
automerge:

‎.github/workflows/ci-semantic-release-sync.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# persist-credentials: false
6060
# ref: ${{ github.event.inputs.checkoutRef }}
6161
- name: Setup (CI & Build) and Test Package
62-
uses: variablesoftware/github-actions-setup-and-test@main
62+
uses: variablesoftware/github-actions-node-setup-and-test@main
6363
# uses: ./.github/actions/setup-and-test
6464

6565
release:

0 commit comments

Comments
 (0)