From 51ba59630140db520171d49499386844b36c8668 Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins Date: Tue, 16 Dec 2025 15:31:05 +0000 Subject: [PATCH] ci: fix vrt-generate and apply workflows (#6421) --- .github/workflows/vrt-update-apply.yml | 12 ------------ .github/workflows/vrt-update-generate.yml | 2 ++ upcoming-release-notes/6421.md | 6 ++++++ 3 files changed, 8 insertions(+), 12 deletions(-) create mode 100644 upcoming-release-notes/6421.md diff --git a/.github/workflows/vrt-update-apply.yml b/.github/workflows/vrt-update-apply.yml index 12326eb4f8..a0c761241e 100644 --- a/.github/workflows/vrt-update-apply.yml +++ b/.github/workflows/vrt-update-apply.yml @@ -131,18 +131,6 @@ jobs: git push origin "HEAD:refs/heads/$HEAD_REF" echo "Successfully pushed VRT updates to $HEAD_REPO@$HEAD_REF" - - name: Comment on PR - Success - if: steps.apply.outputs.applied == 'true' - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 - with: - script: | - await github.rest.issues.createComment({ - issue_number: ${{ steps.metadata.outputs.pr_number }}, - owner: context.repo.owner, - repo: context.repo.repo, - body: '✅ VRT screenshots have been automatically updated.' - }); - - name: Comment on PR - Failure if: failure() && steps.metadata.outputs.pr_number != '' uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 diff --git a/.github/workflows/vrt-update-generate.yml b/.github/workflows/vrt-update-generate.yml index 874b1f0d29..5d653e2a62 100644 --- a/.github/workflows/vrt-update-generate.yml +++ b/.github/workflows/vrt-update-generate.yml @@ -45,6 +45,8 @@ jobs: - name: Set up environment uses: ./.github/actions/setup + with: + download-translations: 'false' - name: Run VRT Tests on Desktop app continue-on-error: true diff --git a/upcoming-release-notes/6421.md b/upcoming-release-notes/6421.md new file mode 100644 index 0000000000..330b0a6bc5 --- /dev/null +++ b/upcoming-release-notes/6421.md @@ -0,0 +1,6 @@ +--- +category: Maintenance +authors: [MatissJanis] +--- + +ci: fix vrt-generate and apply workflows