Skip to content

Commit ed98e56

Browse files
committed
prevent concurrent coverage reports
1 parent 7f2b12b commit ed98e56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
name: coverage
3434
permissions:
3535
contents: write
36+
concurrency:
37+
group: coverage
3638
runs-on: ubuntu-latest
3739
needs: [build]
3840
steps:

0 commit comments

Comments
 (0)