Skip to content

Commit 3d6e7c1

Browse files
committed
ci: update all workflow templates from organization template repository
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 4b4308b commit 3d6e7c1

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/dependabot-approve-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
# Enable GitHub auto merge
5454
- name: Auto merge
5555
uses: alexwilson/enable-github-automerge-action@56e3117d1ae1540309dc8f7a9f2825bc3c5f06ff # v2.0.0
56-
if: startsWith(steps.branchname.outputs.branch, 'dependabot/')
56+
if: startsWith(steps.branchname.outputs.branch, 'dependabot/') && (github.event.pull_request.action == 'opened' || github.event.pull_request.action == 'reopened')
5757
with:
5858
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/node-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
CYPRESS_INSTALL_BINARY: 0
5252
run: |
5353
npm ci
54-
npx playwright install chromium
5554
npm run build --if-present
5655
5756
- name: Test
@@ -61,7 +60,7 @@ jobs:
6160
run: npm run test:coverage --if-present
6261

6362
- name: Collect coverage
64-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
63+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
6564
with:
6665
files: ./coverage/lcov.info
6766
env:

0 commit comments

Comments
 (0)