Skip to content

Commit

Permalink
prevent concurrent coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Crocmagnon committed Oct 30, 2024
1 parent 7f2b12b commit ed98e56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
name: coverage
permissions:
contents: write
concurrency:
group: coverage
runs-on: ubuntu-latest
needs: [build]
steps:
Expand Down

0 comments on commit ed98e56

Please sign in to comment.