mirror of
https://github.com/Crocmagnon/fatcontext.git
synced 2024-11-15 12:44:01 +01:00
prevent concurrent coverage reports
This commit is contained in:
parent
7f2b12beab
commit
ed98e56f00
1 changed files with 2 additions and 0 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -33,6 +33,8 @@ jobs:
|
||||||
name: coverage
|
name: coverage
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
concurrency:
|
||||||
|
group: coverage
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build]
|
needs: [build]
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue