ci: fix vrt-generate and apply workflows (#6421)

This commit is contained in:
Matiss Janis Aboltins
2025-12-16 15:31:05 +00:00
committed by GitHub
parent 081a3b0ca9
commit 51ba596301
3 changed files with 8 additions and 12 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [MatissJanis]
---
ci: fix vrt-generate and apply workflows