1
0
mirror of synced 2026-01-09 06:03:09 -05:00

Ts links 4 - more adjustments to link scripts in workflows (#53184)

This commit is contained in:
Kevin Heis
2024-11-19 09:01:34 -08:00
committed by GitHub
parent df949379e3
commit 3c2fc76273
3 changed files with 5 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ on:
- main
paths:
- 'assets/**'
- '.github/workflows/dont-delete-assets.yml'
permissions:
contents: read
@@ -37,7 +38,7 @@ jobs:
id: comment
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: src/assets/scripts/deleted-assets-pr-comment.js
run: npm run deleted-assets-pr-comment
- name: Find possible previous comment
if: ${{ steps.comment.outputs.markdown != '' }}

View File

@@ -9,6 +9,7 @@ on:
pull_request:
paths:
- 'assets/**'
- '.github/workflows/validate-asset-images.yml'
permissions:
contents: read
@@ -24,4 +25,4 @@ jobs:
- uses: ./.github/actions/node-npm-setup
- name: Validate all asset images
run: tsx src/assets/scripts/validate-asset-images.ts
run: npm run validate-asset-images