Skip to content

Commit efb0b9c

Browse files
astandrikgithub-actions[bot]zefirka
authored
fix: deploy test report error (#1703)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: astandrik <wombtromb@gmail.com>
1 parent 278f622 commit efb0b9c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/cleanup-gh-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
contents: write
1313
pages: write
1414
pull-requests: write
15+
concurrency:
16+
group: deploy_report
17+
cancel-in-progress: false
1518

1619
steps:
1720
- uses: actions/checkout@v4

.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

0 commit comments

Comments
 (0)