1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-25 06:14:50 +02:00

refacotr(gh): rename some files

This commit is contained in:
syuilo
2026-07-16 21:53:36 +09:00
parent 68193dd38c
commit b028d4ad5b
6 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
name: Backend diagnostics (report)
name: Backend diagnostics (comment)
on:
workflow_run:

View File

@@ -1,4 +1,4 @@
# this name is used in backend-diagnostics.report.yml so be careful when change name
# this name is used in backend-diagnostics.comment.yml so be careful when change name
name: Backend diagnostics (inspect)
on:
@@ -14,7 +14,7 @@ on:
- .github/scripts/backend-diagnostics.inspect.mts
- .github/scripts/memory-stability-util*.mts
- .github/workflows/backend-diagnostics.inspect.yml
- .github/workflows/backend-diagnostics.report.yml
- .github/workflows/backend-diagnostics.comment.yml
jobs:
get-memory-usage:

View File

@@ -1,4 +1,4 @@
name: Frontend browser diagnostics (report)
name: Frontend browser diagnostics (comment)
on:
workflow_run:

View File

@@ -29,7 +29,7 @@ on:
- .github/scripts/frontend-browser-diagnostics.render-md.mts
- .github/scripts/frontend-browser-diagnostics.inspect.mts
- .github/workflows/frontend-browser-diagnostics.inspect.yml
- .github/workflows/frontend-browser-diagnostics.report.yml
- .github/workflows/frontend-browser-diagnostics.comment.yml
permissions:
contents: read

View File

@@ -1,4 +1,4 @@
name: Frontend bundle diagnostics (report)
name: Frontend bundle diagnostics (comment)
on:
workflow_run:
@@ -28,7 +28,7 @@ on:
- .github/scripts/utility.mts
- .github/scripts/frontend-bundle-diagnostics.render-md.mts
- .github/workflows/frontend-bundle-diagnostics.inspect.yml
- .github/workflows/frontend-bundle-diagnostics.report.yml
- .github/workflows/frontend-bundle-diagnostics.comment.yml
permissions:
actions: read

View File

@@ -23,7 +23,7 @@ on:
- .github/scripts/utility.mts
- .github/scripts/frontend-bundle-diagnostics.render-md.mts
- .github/workflows/frontend-bundle-diagnostics.inspect.yml
- .github/workflows/frontend-bundle-diagnostics.report.yml
- .github/workflows/frontend-bundle-diagnostics.comment.yml
permissions:
contents: read