Skip to content

Commit 183d635

Browse files
authored
Merge pull request #8464 from nextcloud-libraries/feat/workflow-auto-update-all-templates-main
[main] ci: update all workflow templates from organization template repository
2 parents 044187a + f937e60 commit 183d635

2 files changed

Lines changed: 3 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
@@ -60,6 +60,6 @@ jobs:
6060
# Enable GitHub auto merge
6161
- name: Auto merge
6262
uses: alexwilson/enable-github-automerge-action@56e3117d1ae1540309dc8f7a9f2825bc3c5f06ff # v2.0.0
63-
if: startsWith(steps.branchname.outputs.branch, 'dependabot/')
63+
if: startsWith(steps.branchname.outputs.branch, 'dependabot/') && (github.event.pull_request.action == 'opened' || github.event.pull_request.action == 'reopened')
6464
with:
6565
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Upload blob report to GitHub Actions Artifacts
6060
if: ${{ !cancelled() }}
61-
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
61+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6262
with:
6363
name: blob-report-${{ matrix.shardIndex }}
6464
path: blob-report
@@ -96,7 +96,7 @@ jobs:
9696
run: npx playwright merge-reports --reporter html,github ./all-blob-reports
9797

9898
- name: Upload HTML report
99-
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
99+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
100100
with:
101101
name: html-report--attempt-${{ github.run_attempt }}
102102
path: playwright-report

0 commit comments

Comments
 (0)