ci: limit renovate workflow concurrency to one at a time
Renovate / renovate (push) Successful in 57s
Renovate / renovate (push) Successful in 57s
This commit is contained in:
@@ -7,6 +7,10 @@ on:
|
|||||||
- main
|
- main
|
||||||
workflow_dispatch: # Allows manual triggering from the Gitea UI
|
workflow_dispatch: # Allows manual triggering from the Gitea UI
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user