Skip to content

Commit bdef246

Browse files
authored
Merge 3120879 into 278f622
2 parents 278f622 + 3120879 commit bdef246

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/quality.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ jobs:
161161
permissions:
162162
contents: write
163163
pages: write
164+
concurrency:
165+
group: deploy_report
166+
cancel-in-progress: false
164167

165168
steps:
166169
- uses: actions/checkout@v4

.github/workflows/scripts/update-pr-description.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ async function updatePRDescription(github, context) {
4343
- Test recordings for failed tests are available in the full report.
4444
- Bundle size is measured for the entire 'dist' directory.
4545
- 📊 indicates links to detailed reports.
46+
kookoko
4647
- 🔺 indicates increase, 🔽 decrease, and ✅ no change in bundle size.
4748
</details>`;
4849

0 commit comments

Comments
 (0)