mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tools/github actions: allow concurrent runs of dead links/unmaintained projects workflows
This commit is contained in:
parent
11520bd624
commit
eb8c117b90
2 changed files with 2 additions and 2 deletions
2
.github/workflows/check-dead-links.yml
vendored
2
.github/workflows/check-dead-links.yml
vendored
|
|
@ -9,7 +9,7 @@ env:
|
|||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
group: dead-links-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ env:
|
|||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
group: unmaintained-projects-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue